|
TM1638_plus 2.2.0
Arduino library for Tm1638 modules
|
library header file to drive MAX7219 displays More...
Go to the source code of this file.
Classes | |
| class | MAX7219plus_Model6 |
| Drive MAX7219 seven segment displays. More... | |
Macros | |
| #define | MAX_P_SPI_FREQ 1000000 |
| #define | MAX_P_SPI_CLOCK_DIV SPI_CLOCK_DIV8 |
| #define | MAX_P_SPI_DIRECTION MSBFIRST |
| #define | MAX_P_SPI_MODE SPI_MODE0 |
| #define | MAX_P_SPI_TRANSACTION_START SPI.setClockDivider(MAX_P_SPI_CLOCK_DIV) |
| #define | MAX_P_SPI_TRANSACTION_END |
library header file to drive MAX7219 displays
| #define MAX_P_SPI_CLOCK_DIV SPI_CLOCK_DIV8 |
SPI bus baud rate, STM32 data use only
| #define MAX_P_SPI_DIRECTION MSBFIRST |
SPI data bit order orientation
| #define MAX_P_SPI_FREQ 1000000 |
hz SPI bus baud rate
| #define MAX_P_SPI_MODE SPI_MODE0 |
SPI Mode 0-3