bbcmicrobit / micropython

Port of MicroPython for the BBC micro:bit
https://microbit-micropython.readthedocs.io
Other
602 stars 284 forks source link

Drive GPIO on nrf #796

Open ArnaudMartinCaen opened 10 months ago

ArnaudMartinCaen commented 10 months ago

Hello,

I would like to drive the leds of microbit without the display function.

Maybe with class MicroBitDigitalPin, but i see only 20 pin which are external, i would like drive pin 13 and 4 for example of NRF to switch on or off the first LEDs.

Thanks for your help