Closed Gadgetoid closed 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)
This PR is raised for visibility on these builds.
They now include support for ext GPIO on RM2 modules, like so:
And Bluetooth: