Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: SSD1306-Library.cpp
- Revision:
- 1:9bc80b7d947c
- Parent:
- 0:b0151666c710
- Child:
- 2:4672902883bb
--- a/SSD1306-Library.cpp Thu Jun 15 15:01:14 2017 +0000 +++ b/SSD1306-Library.cpp Thu Jun 13 01:08:07 2019 +0000 @@ -22,8 +22,8 @@ #define NUM_ELEMENTS(x) ((sizeof x)/(sizeof x[0])) -I2C i2c(I2C_SDA, I2C_SCL); -DigitalOut rst(PTD1); //D13); //reset pin on D13 +I2C i2c(D14, D15); +DigitalOut rst(D9); //D13); //reset pin on D13 // the memory buffer for the LCD