LCD Driver, some teensy code, SDCard code, MBR/FAT32
This commit is contained in:
@@ -60,6 +60,7 @@ public:
|
||||
return i2c.query(ADDR);
|
||||
}
|
||||
|
||||
/*
|
||||
void dumpConfig() {
|
||||
const uint16_t cfg = getConfig();
|
||||
const uint8_t mode = (cfg & 0b00000000000111) >> 0;
|
||||
@@ -75,6 +76,7 @@ public:
|
||||
if (brng) {printf("- bus voltage range [0:16]\n");}
|
||||
else {printf("- bus voltage range [0:32]\n");}
|
||||
}
|
||||
*/
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user