Commit ba91408
authored
Remove 400khz flag from neopixel_write to work with CircuitPython 0.9.0 API change.
CircuitPython 0.9.0 removed this bool for SAMD21 port to save space. Updating library to conform. NOTE this _requires_ using the latest 0.9.0 release to make NeoPixels work!1 parent d945124 commit ba91408
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
0 commit comments