TM1638_plus 2.1.0
Arduino library for Tm1638 modules
Macros | Functions | Variables
TM1638plus_TEST_Model1.ino File Reference

demo file library for TM1638 module(LED & KEY). Model 1 More...

#include <TM1638plus.h>

Macros

#define STROBE_TM   4
 
#define CLOCK_TM   6
 
#define DIO_TM   7
 
#define myTestDelay   5000
 
#define myTestDelay1   1000
 
#define myTestDelay3   3000
 

Functions

void setup ()
 
void loop ()
 
void Test0 ()
 
void Test1 ()
 
void Test2 ()
 
void Test3 ()
 
void Test4 ()
 
void Test5 ()
 
void Test6 ()
 
void Test7 ()
 
void Test8 ()
 
void Test9 ()
 
void Test10 ()
 
void Test11 ()
 
void Test12 ()
 
void Test13 ()
 
void Test14 ()
 
void doLEDs (uint8_t value)
 
void Serialinit ()
 

Variables

bool high_freq = false
 
TM1638plus tm (STROBE_TM, CLOCK_TM, DIO_TM, high_freq)
 

Detailed Description

demo file library for TM1638 module(LED & KEY). Model 1

Author
Gavin Lyons
Note
Carries out series of tests to demo arduino library TM1638plus.
Test:
  1. Test 0 Reset
  2. Test 1 Brightness
  3. Test 2 ASCII display
  4. Test 3 Set a single segment
  5. Test 4 Hex digits
  6. Test 5 Text String with Decimal point
  7. Test 6 TEXT + ASCII combo
  8. Test 7 Integer Decimal number
  9. Test 8 Text String + Float
  10. Test 9 Text String + decimal number
  11. Test 10 Multiple dots
  12. Test 11 Display Overflow
  13. Test 12 Scrolling text
  14. Test 13 setLED and setLEDs method
  15. Test 14 Buttons + LEDS