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.
Master.cpp@12:99c0f833a7de, 2013-11-12 (annotated)
- Committer:
- sherryxy
- Date:
- Tue Nov 12 20:28:46 2013 +0000
- Revision:
- 12:99c0f833a7de
- Parent:
- 10:e52a6e1bbb48
- Child:
- 13:8f54a702b9aa
SPI device
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sherryxy | 12:99c0f833a7de | 1 | #include "mbed.h" |
sherryxy | 12:99c0f833a7de | 2 | #include "SPI.h" |
sherryxy | 12:99c0f833a7de | 3 | |
sherryxy | 12:99c0f833a7de | 4 | SPI device(p1, p2, p3); //mosi, miso, sclk; |
sherryxy | 12:99c0f833a7de | 5 | |
sherryxy | 12:99c0f833a7de | 6 |