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:
- 10:d9a6a2fede8c
- Parent:
- 9:bbe01bf9a3ef
- Child:
- 11:9ebbb4dd9760
--- a/main.cpp Wed Feb 25 23:43:51 2015 +0000
+++ b/main.cpp Wed Feb 25 23:48:02 2015 +0000
@@ -61,7 +61,7 @@
led = 0; // ON
wait (0.3);
led = 1; // off
- // SPI1.begin(P0_8, P0_9, P0_11);//SCK, MOSI, MISO
+ SPI1.begin(P0_8, P0_9, P0_11);//SCK, MOSI, MISO
//Display initialisation
rst = 1;