SPI Master used to test FPGA spi slave
Dependencies: mbed
Diff: main.cpp
- Revision:
- 1:f05471667f60
- Parent:
- 0:06683d7261a3
- Child:
- 2:24e22b31819c
--- a/main.cpp Thu Sep 24 07:03:02 2015 +0000 +++ b/main.cpp Thu Sep 24 07:07:28 2015 +0000 @@ -1,4 +1,5 @@ #include "mbed.h" +/**/ // https://developer.mbed.org/media/uploads/robt/mbed_course_notes_-_serial_spi.pdf Serial serialIO(SERIAL_TX, SERIAL_RX); int main() {