benoit poulain / TM1638
Revision:
5:346d7c9dd1b2
Parent:
4:b2bbdc58967e
diff -r b2bbdc58967e -r 346d7c9dd1b2 TM1638.cpp
--- a/TM1638.cpp	Sun Jan 31 12:11:06 2016 +0000
+++ b/TM1638.cpp	Thu Oct 01 12:07:32 2020 +0000
@@ -32,7 +32,7 @@
 */
 TM1638::TM1638(PinName mosi, PinName miso, PinName sclk, PinName cs) : _spi(mosi,miso,sclk), _cs(cs) {
 
-  _init();
+  //_init();
 }
 
 /** Init the SPI interface and the controller