19 #ifndef InvertedTM1638_h 20 #define InvertedTM1638_h 22 #if defined(ARDUINO) && ARDUINO >= 100 37 virtual void setLED(byte color, byte pos);
42 virtual void sendChar(byte pos, byte data,
boolean dot);
byte dataPin
Definition: TM16XX.h:76
byte strobePin
Definition: TM16XX.h:78
byte clockPin
Definition: TM16XX.h:77
virtual void sendChar(byte pos, byte data, boolean dot)
Definition: InvertedTM1638.cpp:54
virtual byte getButtons()
Definition: InvertedTM1638.cpp:38
virtual void setLED(byte color, byte pos)
Definition: InvertedTM1638.cpp:33
InvertedTM1638(byte dataPin, byte clockPin, byte strobePin, boolean activateDisplay=true, byte intensity=7)
Definition: InvertedTM1638.cpp:27
Definition: InvertedTM1638.h:30