gpio_set_pulls() function
Select up and down pulls on specific GPIO
Arguments
up
If true set a pull up on the GPIO
down
If true set a pull down on the GPIO
Notes
On the RP2040, setting both pulls enables a "bus keep" function, i.e. a weak pull to whatever is current high/low state of GPIO.