Skip to content

Commit

Permalink
#340 Pintype color correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Delporte committed Apr 17, 2024
1 parent 7e02206 commit 087bc35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public enum PinType {
POWER("Power", 0x990000),
GROUND("Ground", 0x000000),
DIGITAL("Digital", 0x009900),
DIGITAL_AND_PWM("Digital and PWM", 0xff7ff00),
DIGITAL_AND_PWM("Digital and PWM", 0xff7f00),
DIGITAL_NO_PULL_DOWN("Digital without pulldown", 0x800080);

private final String label;
Expand Down

0 comments on commit 087bc35

Please sign in to comment.