ジャパンオープン用のLPC824専用プログラム

Dependencies:   mbed-src Ping SDFileSystem

Revision:
1:ea7307724f1c
Parent:
0:6c79a352010b
--- a/main/format.h	Sat Feb 27 06:35:13 2016 +0000
+++ b/main/format.h	Sun Feb 28 06:38:03 2016 +0000
@@ -1,18 +1,10 @@
 #ifndef _FORMAT_H_
 #define _FORMAT_H_
 
-#ifdef SD_CARD
-void Sd_System(void);
-#endif /*SD_CARD*/
-
 #if defined(ULTRA_SONIC) || defined(ULTRA_SONIC_2)
 void Usw_System(void);
 #endif /*(ULTRA_SONIC) || (ULTRA_SONIC_2)*/
 
-#ifdef COLOR_SENSOR
-void Color_System(void);
-#endif /*COLOR_SENSOR*/
-
 #ifdef IR_SENSOR
 void Ir_System(void);
 uint16_t read_input(uint8_t ic, uint8_t channel);