Skip to content

Commit

Permalink
Update Example1-ReadButtons.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyho committed Nov 22, 2024
1 parent 053db2d commit e94e202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Firmware/Example1-ReadButtons/Example1-ReadButtons.ino
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ void setup()
io.pinMode(ledBlue, OUTPUT);

//By default, on the PA9557, IO 4567 are inverted
io.revert(buttonCenter); //Set to not inverted
/*io.revert(buttonCenter); //Set to not inverted
io.revert(ledRed); //Set to not inverted
io.revert(ledGreen); //Set to not inverted
io.revert(ledBlue); //Set to not inverted
io.revert(ledBlue); //Set to not inverted*/

redOff();
greenOff();
Expand Down

0 comments on commit e94e202

Please sign in to comment.