GameWithPixels / DiceFirmware

Pixels dice firmware code.
MIT License
15 stars 1 forks source link

Enable interrupt on LED loopback #50

Open obasille opened 2 years ago

obasille commented 2 years ago

The last LED in the LED chain is connected to a pin on the micro-controller (for boards >= v12). This pin can be configured to trigger an interrupt in a similar way than the accelerometer pin.

This will allow the firmware to check in the LED chain isn't physically broken.