pimoroni / pimoroni-pico-rp2350

MicroPython builds for Pimoroni Pico 2 / RP2350 boards.
37 stars 6 forks source link

Experimental: Wireless & BT and other fixes #22

Closed Gadgetoid closed 6 days ago

Gadgetoid commented 6 days ago

This PR is raised for visibility on these builds.

They now include support for ext GPIO on RM2 modules, like so:

ext_led = Pin('WL_GPIO0', Pin.OUT, pin_on=6, pin_cs=7, pin_dat=8,
pin_clock=9, div_int=3)

And Bluetooth:

ble = bluetooth.BLE(pin_on=6, pin_cs=7, pin_dat=8, pin_clock=9, div_int=3)