renumbered neopixel to make more sense in decadic

This commit is contained in:
2018-05-08 14:41:49 +02:00
parent 6bfa40ce9f
commit b40825a75f
3 changed files with 13 additions and 9 deletions
-2
View File
@@ -93,8 +93,6 @@ enum PinCmd_ {
CMD_READ = 11, // write multiple bytes using a ROM address
CMD_POLL_FOR_1 = 20,
CMD_TEST = 100,
};