File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 88import microcontroller
99import adafruit_pioasm
1010
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>
1212# 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
1414# instructions run per bit. We start with the low period because it can be
1515# longer while waiting for more data.
1616program = """
Original file line number Diff line number Diff line change 3333GRBW = "GRBW"
3434"""Green Red Blue White"""
3535
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>
3737# 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.
4138_program = Program (
4239 """
4340.side_set 1 opt
You can’t perform that action at this time.
0 commit comments