like data, like hardware
This commit is contained in:
parent
93ccd8e77f
commit
8a2adcdf8c
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ struct ServoPin {
|
|||
};
|
||||
|
||||
ServoPin servos[6] = {
|
||||
{Servo(), 2 }, {Servo(), 4 },
|
||||
{Servo(), 5 }, {Servo(), 18},
|
||||
{Servo(), 19}, {Servo(), 21} // 19 and 21 are untested
|
||||
{Servo(), 14}, {Servo(), 5},
|
||||
{Servo(), 12}, {Servo(), 4},
|
||||
{Servo(), 13}, {Servo(), 2} // 19 and 21 are untested
|
||||
};
|
||||
|
||||
// braille alphabet
|
||||
|
|
Loading…
Add table
Reference in a new issue