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: MAX31855 SDFileSystem mbed
Diff: main.cpp
- Revision:
- 3:9339e7b93415
- Parent:
- 2:a2966bf82e8c
- Child:
- 6:76e8649a643f
diff -r a2966bf82e8c -r 9339e7b93415 main.cpp --- a/main.cpp Thu Mar 10 18:00:36 2016 +0000 +++ b/main.cpp Mon Mar 14 20:41:22 2016 +0000 @@ -1,6 +1,7 @@ #include "mbed.h" #include "MAX31855.h" +#include " Serial pc(USBTX,USBRX); SPI spi(NC,PTD3,PTD1);
