Adafruit micro:bit Library
Macros | Functions | Variables
Adafruit_Microbit.cpp File Reference
#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_Matrixhandle
 

Function Documentation

◆ TIMER2_IRQHandler()

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.

Variable Documentation

◆ currentRow

volatile uint8_t currentRow
Initial value:
=
0

Iterator that is used to write to the desired row.

◆ handle

Initial value:
=
NULL

Microbit LED matrix handle, basically an abstraction of the matrix itself to make using it easier.