|
Adafruit micro:bit Library
|
#include <Adafruit_Microbit.h>Macros | |
| #define | MAX_PRECISION (10) |
| Max floating point precision, default is 10, or 5X10^-11. | |
Functions | |
| void | TIMER2_IRQHandler (void) |
| void | IRQ_MATRIX_HANDLER (void) |
| Matrix interrupt request handler. | |
Variables | |
| volatile uint8_t | currentRow |
| Iterator that is used to write to the desired row. More... | |
| Adafruit_Microbit_Matrix * | handle |
| void TIMER2_IRQHandler | ( | void | ) |
TIMTER2 peripheral interrupt handler. This interrupt handler is called whenever there it a TIMER2 interrupt Don't mess with this line. really.
| volatile uint8_t currentRow |
Iterator that is used to write to the desired row.
| Adafruit_Microbit_Matrix* handle |
Microbit LED matrix handle, basically an abstraction of the matrix itself to make using it easier.
1.8.13