Shalutha Rajapakshe / Mbed 2 deprecated I2C_SSD1306_Helloworld_WIZwiki-W7500

Dependencies:   mbed Adafruit_GFX

Files at this revision

API Documentation at this revision

Comitter:
IOP
Date:
Wed Jan 06 23:59:45 2016 +0000
Parent:
9:a6021ca48d2e
Child:
11:f4ecb5faeffe
Commit message:
update mbed lib

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Aug 05 00:07:56 2015 +0000
+++ b/main.cpp	Wed Jan 06 23:59:45 2016 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "Adafruit_SSD1306.h"
 
-DigitalOut myled_R(LED1);
+DigitalOut myled_R(LED_RED);
 
 // an SPI sub-class that provides a constructed default
 class I2CPreInit : public I2C
--- a/mbed.bld	Wed Aug 05 00:07:56 2015 +0000
+++ b/mbed.bld	Wed Jan 06 23:59:45 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/bad568076d81
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/4336505e4b1c
\ No newline at end of file