Skip to content

Commit

Permalink
Change GPIO drive current to 8mA
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx authored Aug 18, 2024
1 parent afaa417 commit 5e18988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picoboot.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void main()
bus_ctrl_hw->priority = BUSCTRL_BUS_PRIORITY_DMA_W_BITS | BUSCTRL_BUS_PRIORITY_DMA_R_BITS;

gpio_set_slew_rate(PIN_DI, GPIO_SLEW_RATE_FAST);
gpio_set_drive_strength(PIN_DI, GPIO_DRIVE_STRENGTH_12MA);
gpio_set_drive_strength(PIN_DI, GPIO_DRIVE_STRENGTH_8MA);

PIO pio = pio0;

Expand Down

0 comments on commit 5e18988

Please sign in to comment.