Closed josuah closed 1 year ago
It is a very simple module, but apparently something might be wrong somewhere:
>>> import device >>> device.VERSION 'v23.187.0945' >>> import led >>> while True: led.on(led.GREEN) ... Device was disconnected.
This does not crash on https://github.com/josuah/monocle-nrf52dk which has a different implementation.
Interesting! Seems this would clog the I2C with PMIC commands. Will test shortly
It is a very simple module, but apparently something might be wrong somewhere:
This does not crash on https://github.com/josuah/monocle-nrf52dk which has a different implementation.