LPC824専用プログラム

Dependencies:   Ping SDFileSystem mbed-src

Revision:
10:641da47d4a14
Parent:
9:7f98d4415425
--- a/format.h	Sun Jan 24 15:16:26 2016 +0000
+++ b/format.h	Sun Jan 24 17:23:15 2016 +0000
@@ -15,8 +15,9 @@
 
 #ifdef IR_SENSOR
 void Ir_System(void);
-int read_input(int ic, int channel);
-void BubbleSort(uint16_t *data, uint8_t n);
+uint16_t read_input(uint8_t ic, uint8_t channel);
+uint8_t read_position(uint8_t ic, uint8_t channel);
+void BubbleSort(uint16_t *data, uint8_t *data2, uint8_t n);//昇順にする.tkb
 #endif /*IR_SENSOR*/
 
 #endif /*_FORMAT_H_*/
\ No newline at end of file