Go back to capacitor and fast bias
This commit is contained in:
parent
94ccab7246
commit
0be9d6d2e7
1 changed files with 0 additions and 2 deletions
|
@ -94,8 +94,6 @@ static void bias_init(int in_pin, int out_pin)
|
||||||
const uint16_t insn[] = {
|
const uint16_t insn[] = {
|
||||||
pio_encode_mov_not(pio_pins, pio_pins) | pio_encode_sideset(1, 1),
|
pio_encode_mov_not(pio_pins, pio_pins) | pio_encode_sideset(1, 1),
|
||||||
pio_encode_nop() | pio_encode_sideset(1, 0) | pio_encode_delay(0),
|
pio_encode_nop() | pio_encode_sideset(1, 0) | pio_encode_delay(0),
|
||||||
pio_encode_mov_not(pio_pins, pio_pins) | pio_encode_sideset(1, 1),
|
|
||||||
pio_encode_nop() | pio_encode_sideset(1, 0) | pio_encode_delay(1),
|
|
||||||
};
|
};
|
||||||
|
|
||||||
pio_program_t prog = {
|
pio_program_t prog = {
|
||||||
|
|
Loading…
Reference in a new issue