Write the OLED(using I2C)

Dependencies:   Adafruit_GFX mbed

Fork of I2C_SSD1306_Helloworld_WIZwiki-W7500 by IOP

Revision:
14:8064e493e35a
Parent:
13:52e9c29e2f88
--- a/main.cpp	Wed Apr 19 04:07:40 2017 +0000
+++ b/main.cpp	Tue Sep 18 10:31:00 2018 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "Adafruit_SSD1306.h"
 
-DigitalOut myled_R(LED_RED);
+DigitalOut myled_R(LED1);
 
 I2C i2c(PA_10,PA_9);