Skip to content

Commit

Permalink
Rename Files
Browse files Browse the repository at this point in the history
  • Loading branch information
bboyho committed Nov 25, 2024
1 parent e94e202 commit e9973ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,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(ledRed); //Set to not inverted
io.revert(ledGreen); //Set to not inverted
io.revert(ledBlue); //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*/

redOff();
greenOff();
Expand Down

0 comments on commit e9973ef

Please sign in to comment.