File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 8
8
import microcontroller
9
9
import adafruit_pioasm
10
10
11
- # NeoPixels are 800khz bit streams. We are choosing zeros as <312ns hi, 936 lo> and ones
11
+ # NeoPixels are 800khz bit streams. We are choosing zeros as <312ns hi, 936 lo>
12
12
# and ones as <700 ns hi, 556 ns lo>.
13
- # cycle. The first two instructions always run while only one of the two final
13
+ # The first two instructions always run while only one of the two final
14
14
# instructions run per bit. We start with the low period because it can be
15
15
# longer while waiting for more data.
16
16
program = """
Original file line number Diff line number Diff line change 33
33
GRBW = "GRBW"
34
34
"""Green Red Blue White"""
35
35
36
- # NeoPixels are 800khz bit streams. We are choosing zeros as <312ns hi, 936 lo> and ones
36
+ # NeoPixels are 800khz bit streams. We are choosing zeros as <312ns hi, 936 lo>
37
37
# and ones as <700 ns hi, 556 ns lo>.
38
- # cycle. The first two instructions always run while only one of the two final
39
- # instructions run per bit. We start with the low period because it can be
40
- # longer while waiting for more data.
41
38
_program = Program (
42
39
"""
43
40
.side_set 1 opt
You can’t perform that action at this time.
0 commit comments