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.
Diff: Master.cpp
- Revision:
- 12:99c0f833a7de
- Parent:
- 10:e52a6e1bbb48
- Child:
- 13:8f54a702b9aa
--- a/Master.cpp Tue Nov 12 20:10:03 2013 +0000 +++ b/Master.cpp Tue Nov 12 20:28:46 2013 +0000 @@ -0,0 +1,6 @@ +#include "mbed.h" +#include "SPI.h" + +SPI device(p1, p2, p3); //mosi, miso, sclk; + +