I have edited the the ssd1306 to add functionality to print through simple function

Dependencies:   mbed Adafruit_GFX

Revision:
11:f4ecb5faeffe
Parent:
10:abbd34fe7ce1
Child:
12:f7375e185594
--- a/main.cpp	Wed Jan 06 23:59:45 2016 +0000
+++ b/main.cpp	Wed Feb 03 07:37:35 2016 +0000
@@ -3,7 +3,7 @@
 
 DigitalOut myled_R(LED_RED);
 
-// an SPI sub-class that provides a constructed default
+// SPI sub-class that provides a constructed default
 class I2CPreInit : public I2C
 {
 public: