benoit poulain / TM1638
Revision:
5:346d7c9dd1b2
Parent:
4:b2bbdc58967e
--- a/TM1638.h	Sun Jan 31 12:11:06 2016 +0000
+++ b/TM1638.h	Thu Oct 01 12:07:32 2020 +0000
@@ -178,6 +178,8 @@
     */
   void setDisplay(bool on);
   
+  void _init();
+  
  private:  
   SPI _spi;
   DigitalOut _cs;
@@ -188,7 +190,6 @@
     * @param  none
     * @return none
     */ 
-  void _init();
 
   /** Helper to reverse all command or databits. The TM1638 expects LSB first, whereas SPI is MSB first
     *  @param  char data