diff --git a/Mapping.md b/Mapping.md index 47a1aba..7990264 100644 --- a/Mapping.md +++ b/Mapping.md @@ -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 ]}` \ No newline at end of file