brilliantlabsAR / monocle-micropython

Micropython ported to the Monocle
ISC License
221 stars 27 forks source link

`led` module triggers crashes #256

Closed josuah closed 1 year ago

josuah commented 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.

siliconwitch commented 1 year ago

Interesting! Seems this would clog the I2C with PMIC commands. Will test shortly