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
format.h
- Committer:
- lilac0112_1
- Date:
- 2016-01-15
- Revision:
- 7:9b1ac6fbf32c
- Parent:
- 6:79dc74e4926a
- Child:
- 9:7f98d4415425
File content as of revision 7:9b1ac6fbf32c:
#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_System2(void);
void Ir_System(void);
void select(int ic);
void deselect(int ic);
int read_input(int ic, int channel);
#endif /*IR_SENSOR*/
#endif /*_FORMAT_H_*/