Skip to content

Commit 128dc81

Browse files
committed
Turning off "checkDeviceID" functionality for now
1 parent e1e1e11 commit 128dc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SparkFun_Alphanumeric_Display.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Distributed as-is; no warranty is given.
2626
#include <Wire.h>
2727

2828
#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
3030
#define DEFAULT_NOTHING_ATTACHED 0xFF
3131

3232
typedef enum
@@ -91,7 +91,7 @@ class HT16K33 : public Print
9191
TwoWire &wirePort = Wire); // Sets the address of the device and opens the Wire port for communication
9292
bool isConnected(uint8_t displayNumber);
9393
bool initialize();
94-
bool checkDeviceID(uint8_t displayNumber);
94+
// bool checkDeviceID(uint8_t displayNumber);
9595
uint8_t lookUpDisplayAddress(uint8_t displayNumber);
9696

9797
//Display configuration functions

0 commit comments

Comments
 (0)