Sample at full speed
This commit is contained in:
parent
bc96b5a9ee
commit
dd66571945
|
@ -133,8 +133,8 @@ static void init_fb()
|
|||
|
||||
const uint16_t insn[] = {
|
||||
pio_encode_mov_not(pio_pins, pio_pins) | pio_encode_sideset(1, 1) |
|
||||
pio_encode_delay(0),
|
||||
pio_encode_nop() | pio_encode_sideset(1, 0) | pio_encode_delay(0),
|
||||
pio_encode_delay(1),
|
||||
//pio_encode_nop() | pio_encode_sideset(1, 0) | pio_encode_delay(0),
|
||||
};
|
||||
|
||||
pio_program_t prog = {
|
||||
|
@ -168,7 +168,7 @@ static void init_rx()
|
|||
pio_gpio_init(PIO, RX_PIN);
|
||||
|
||||
const uint16_t insn[] = {
|
||||
pio_encode_in(pio_pins, 1) | pio_encode_delay(1),
|
||||
pio_encode_in(pio_pins, 1) | pio_encode_delay(0),
|
||||
};
|
||||
|
||||
pio_program_t prog = {
|
||||
|
|
Loading…
Reference in a new issue