like data, like hardware

This commit is contained in:
ethan merchant 2024-01-28 01:47:02 -05:00
parent 93ccd8e77f
commit 8a2adcdf8c

View file

@ -12,9 +12,9 @@ struct ServoPin {
}; };
ServoPin servos[6] = { ServoPin servos[6] = {
{Servo(), 2 }, {Servo(), 4 }, {Servo(), 14}, {Servo(), 5},
{Servo(), 5 }, {Servo(), 18}, {Servo(), 12}, {Servo(), 4},
{Servo(), 19}, {Servo(), 21} // 19 and 21 are untested {Servo(), 13}, {Servo(), 2} // 19 and 21 are untested
}; };
// braille alphabet // braille alphabet