Write the OLED(using I2C)

Dependencies:   Adafruit_GFX mbed

Revision:
3:847c4451cc97
Parent:
1:6b03b9f64311
Child:
4:2eed16fd0e71
Child:
7:4ab5e8203b1d
--- a/main.cpp	Mon Jun 29 03:42:14 2015 +0000
+++ b/main.cpp	Thu Jul 02 07:40:55 2015 +0000
@@ -3,10 +3,6 @@
  
 DigitalOut myled(LED1);
 
-#if defined(TARGET_WIZwiki_W7500)
-#define SDA                  PA_10
-#define SCL                  PA_9
-#endif
 
 // an SPI sub-class that provides a constructed default
 class I2CPreInit : public I2C