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: Ping SDFileSystem mbed-src
Diff: format.h
- Revision:
- 0:2f48b11b154f
- Child:
- 6:79dc74e4926a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/format.h Thu Dec 31 05:16:23 2015 +0000 @@ -0,0 +1,20 @@ +#ifndef _FORMAT_H_ +#define _FORMAT_H_ + +#ifdef SD_CARD +void Sd_System(void); +#endif /*SD_CARD*/ + +#ifdef ULTRA_SONIC +void Usw_System(void); +#endif /*ULTRA_SONIC*/ + +#ifdef COLOR_SENSOR +void Color_System(void); +#endif /*COLOR_SENSOR*/ + +#ifdef IR_SENSOR +void Ir_System(void); +#endif /*IR_SENSOR*/ + +#endif /*_FORMAT_H_*/ \ No newline at end of file