TM1638_plus 2.1.0
Arduino library for Tm1638 modules
|
A Basic test file for model 2, TM1638 module(16 KEY 16 pushbuttons). Carries out series most basic test , "hello world" helo wrld. More...
#include <TM1638plus_Model2.h>
Macros | |
#define | STROBE_TM 4 |
#define | CLOCK_TM 6 |
#define | DIO_TM 7 |
Functions | |
void | setup () |
void | loop () |
Variables | |
bool | swap_nibbles = false |
bool | high_freq = false |
TM1638plus_Model2 | tm (STROBE_TM, CLOCK_TM, DIO_TM, swap_nibbles, high_freq) |
A Basic test file for model 2, TM1638 module(16 KEY 16 pushbuttons). Carries out series most basic test , "hello world" helo wrld.