CatPot 2015-2016 / CatPot_2v00_T_Sub

Dependencies:   Ping SDFileSystem mbed-src

format.h

Committer:
lilac0112_1
Date:
2016-01-12
Revision:
6:79dc74e4926a
Parent:
0:2f48b11b154f
Child:
7:9b1ac6fbf32c

File content as of revision 6:79dc74e4926a:

#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);
#endif /*IR_SENSOR*/

#endif /*_FORMAT_H_*/