Joseph Kim / Mbed 2 deprecated SSD1306-I2C3

Dependencies:   mbed

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