Compare commits
1 commit
pcb_v0.6.1
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
461b816115 |
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void setup() {
|
|||
Serial.println(":: initialise I2C ::");
|
||||
// initialise Wire for I2C
|
||||
Wire.begin();
|
||||
|
||||
Wire.setClockStretchLimit(2500);
|
||||
Serial.println(":: initialise display ::");
|
||||
// initialise I2C display
|
||||
display.begin(SSD1306_SWITCHCAPVCC, 0x3C); // Address 0x3C for 128x64
|
||||
|
|
Loading…
Reference in a new issue