hkstore
Dependencies: SDFileSystem mbed-rtos mbed
Fork of rtcfinalcodeyuppie by
rtsc.h@3:6cde88f8c50f, 2014-12-22 (annotated)
- Committer:
- pradeepvk2208
- Date:
- Mon Dec 22 10:10:38 2014 +0000
- Revision:
- 3:6cde88f8c50f
- Child:
- 4:374c51671a69
rtcfinalcode
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
pradeepvk2208 | 3:6cde88f8c50f | 1 | #include "mbed.h" |
pradeepvk2208 | 3:6cde88f8c50f | 2 | |
pradeepvk2208 | 3:6cde88f8c50f | 3 | void spiwrite(int); |
pradeepvk2208 | 3:6cde88f8c50f | 4 | int spiread(int); |
pradeepvk2208 | 3:6cde88f8c50f | 5 | int hexint(int); |
pradeepvk2208 | 3:6cde88f8c50f | 6 | char* getname(int,int,int,int,int,int,int); |
pradeepvk2208 | 3:6cde88f8c50f | 7 | char* getts(void); |