Open manitou48 opened 6 years ago
For I2C mode, in begin() in SFE_MicroOLED.cpp, dcPin is being configured (pinMode etc) even though it is not defined or otherwise used. Default value of 0 for dcPin means pin 0 is being spuriously configured.
ref: https://forum.pjrc.com/threads/52711-Trouble-with-Serial-between-2-Teensy-s?p=181249&viewfull=1#post181249
For I2C mode, in begin() in SFE_MicroOLED.cpp, dcPin is being configured (pinMode etc) even though it is not defined or otherwise used. Default value of 0 for dcPin means pin 0 is being spuriously configured.
ref: https://forum.pjrc.com/threads/52711-Trouble-with-Serial-between-2-Teensy-s?p=181249&viewfull=1#post181249