Updated Mapping (markdown)

master
shauneccles 2021-02-26 16:32:37 +11:00
rodzic 646d6ed787
commit 955c432f15
1 zmienionych plików z 1 dodań i 2 usunięć

@ -31,7 +31,6 @@ In the below example (formatted multiple ways), we remap a strip of four LEDs fr
This is another example that switches direction every 5 LEDs.
It could be formatted any of the three ways demonstrated above.
`{"map":[
0, 1, 2, 3, 4, 9, 8, 7, 6, 5, 10, 11, 12, 13, 14,
`{"map":[0, 1, 2, 3, 4, 9, 8, 7, 6, 5, 10, 11, 12, 13, 14,
19, 18, 17, 16, 15, 20, 21, 22, 23, 24, 29, 28, 27, 26, 25
]}`