Skip to content

Commit cccde45

Browse files
lurchkilograham
andauthored
update autogenerated files (#523)
Co-authored-by: graham sanderson <[email protected]>
1 parent 3a159a4 commit cccde45

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Diff for: pio/squarewave/generated/squarewave.pio.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
static const uint16_t squarewave_program_instructions[] = {
2020
// .wrap_target
21-
0xe081, // 0: set pindirs, 1
22-
0xe101, // 1: set pins, 1 [1]
23-
0xe000, // 2: set pins, 0
24-
0x0001, // 3: jmp 1
21+
0xe081, // 0: set pindirs, 1
22+
0xe101, // 1: set pins, 1 [1]
23+
0xe000, // 2: set pins, 0
24+
0x0001, // 3: jmp 1
2525
// .wrap
2626
};
2727

Diff for: pio/squarewave/generated/squarewave_wrap.pio.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
#define squarewave_wrap_pio_version 0
1818

1919
static const uint16_t squarewave_wrap_program_instructions[] = {
20-
0xe081, // 0: set pindirs, 1
20+
0xe081, // 0: set pindirs, 1
2121
// .wrap_target
22-
0xe101, // 1: set pins, 1 [1]
23-
0xe100, // 2: set pins, 0 [1]
22+
0xe101, // 1: set pins, 1 [1]
23+
0xe100, // 2: set pins, 0 [1]
2424
// .wrap
2525
};
2626

Diff for: pio/ws2812/generated/ws2812.pio.h

+8-8
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222

2323
static const uint16_t ws2812_program_instructions[] = {
2424
// .wrap_target
25-
0x6321, // 0: out x, 1 side 0 [3]
26-
0x1223, // 1: jmp !x, 3 side 1 [2]
27-
0x1200, // 2: jmp 0 side 1 [2]
28-
0xa242, // 3: nop side 0 [2]
25+
0x6321, // 0: out x, 1 side 0 [3]
26+
0x1223, // 1: jmp !x, 3 side 1 [2]
27+
0x1200, // 2: jmp 0 side 1 [2]
28+
0xa242, // 3: nop side 0 [2]
2929
// .wrap
3030
};
3131

@@ -78,10 +78,10 @@ static inline void ws2812_program_init(PIO pio, uint sm, uint offset, uint pin,
7878

7979
static const uint16_t ws2812_parallel_program_instructions[] = {
8080
// .wrap_target
81-
0x6020, // 0: out x, 32
82-
0xa20b, // 1: mov pins, !null [2]
83-
0xa201, // 2: mov pins, x [2]
84-
0xa203, // 3: mov pins, null [2]
81+
0x6020, // 0: out x, 32
82+
0xa20b, // 1: mov pins, ~null [2]
83+
0xa201, // 2: mov pins, x [2]
84+
0xa203, // 3: mov pins, null [2]
8585
// .wrap
8686
};
8787

0 commit comments

Comments
 (0)