LPC824専用プログラム

Dependencies:   Ping SDFileSystem mbed-src

Revision:
7:9b1ac6fbf32c
Parent:
6:79dc74e4926a
Child:
9:7f98d4415425
--- a/format.h	Tue Jan 12 14:59:09 2016 +0000
+++ b/format.h	Fri Jan 15 15:30:57 2016 +0000
@@ -16,6 +16,9 @@
 #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_*/
\ No newline at end of file