File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Distributed as-is; no warranty is given.
26
26
#include < Wire.h>
27
27
28
28
#define DEFAULT_ADDRESS 0x70 // Default I2C address when A0, A1 are floating
29
- #define DEV_ID 0x12 // Device ID that I just made up
29
+ // #define DEV_ID 0x12 //Device ID that I just made up
30
30
#define DEFAULT_NOTHING_ATTACHED 0xFF
31
31
32
32
typedef enum
@@ -91,7 +91,7 @@ class HT16K33 : public Print
91
91
TwoWire &wirePort = Wire); // Sets the address of the device and opens the Wire port for communication
92
92
bool isConnected (uint8_t displayNumber);
93
93
bool initialize ();
94
- bool checkDeviceID (uint8_t displayNumber);
94
+ // bool checkDeviceID(uint8_t displayNumber);
95
95
uint8_t lookUpDisplayAddress (uint8_t displayNumber);
96
96
97
97
// Display configuration functions
You can’t perform that action at this time.
0 commit comments