Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Adafruit_GFX_nano SPI_Demo_Nano
Diff: main.cpp
- Revision:
- 12:1404f010d12c
- Parent:
- 11:9ebbb4dd9760
--- a/main.cpp Thu Feb 26 00:05:22 2015 +0000
+++ b/main.cpp Thu Feb 26 11:28:54 2015 +0000
@@ -41,7 +41,10 @@
wait (0.3);
led = 1; // off
-
+ gOled1.configure();
+ //SPI1.begin(P0_8, P0_9, P0_11);
+ //SPI1.transfer(0x55);
+
while(1){
led = 0; // on
wait(1);