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: SDFileSystem mbed-rtos mbed
Fork of CDMS_BAE by
Diff: rtsc.h
- Revision:
- 3:6cde88f8c50f
- Child:
- 4:374c51671a69
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rtsc.h Mon Dec 22 10:10:38 2014 +0000 @@ -0,0 +1,7 @@ +#include "mbed.h" + +void spiwrite(int); +int spiread(int); +int hexint(int); +char* getname(int,int,int,int,int,int,int); +char* getts(void); \ No newline at end of file
