Adjust FB slew rate for better SNR
This commit is contained in:
parent
574c474c6e
commit
eaad670abb
|
@ -137,7 +137,7 @@ static void init_fb()
|
|||
|
||||
gpio_set_input_hysteresis_enabled(RX_PIN, false);
|
||||
gpio_set_drive_strength(FB_PIN, GPIO_DRIVE_STRENGTH_2MA);
|
||||
gpio_set_slew_rate(FB_PIN, GPIO_SLEW_RATE_SLOW);
|
||||
gpio_set_slew_rate(FB_PIN, GPIO_SLEW_RATE_FAST);
|
||||
|
||||
const uint16_t insn[] = {
|
||||
pio_encode_mov_not(pio_pins, pio_pins) | pio_encode_sideset(1, 1) |
|
||||
|
|
Loading…
Reference in a new issue