Library for TM1637 LEDcontroller

Dependents:   Nucleo_TM1637

Fork of TM1637 by Wim Huiskamp

Revision:
2:0f08ab4fc54a
Parent:
1:f63d87466f55
--- a/TM1637_Config.h	Fri Oct 06 16:43:56 2017 +0000
+++ b/TM1637_Config.h	Sun Sep 30 09:09:21 2018 +0000
@@ -28,13 +28,13 @@
 
 // Select one of the testboards for TM1637 LED controller
 #define TM1637_TEST   0
-#define CATALEX_TEST  0 
+#define CATALEX_TEST  1 
 #define ROBOTDYN_TEST 0 
-#define EYEWINK_TEST  1 
+#define EYEWINK_TEST  0 
 
 // Select when you wish to keep the DEPRECATED Constructor with 3 Pins for mosi, miso and sclk
 // The new component Constructor uses only 2 pins: dio and clk
-#define SPI           1 
+#define SPI           0 
 
 // Select the display mode: only digits and hex or ASCII
 #define SHOW_ASCII    1