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

Dependencies:   mbed-src Ping SDFileSystem

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers format.h Source File

format.h

00001 #ifndef _FORMAT_H_
00002 #define _FORMAT_H_
00003 
00004 #if defined(ULTRA_SONIC) || defined(ULTRA_SONIC_2)
00005 void Usw_System(void);
00006 #endif /*(ULTRA_SONIC) || (ULTRA_SONIC_2)*/
00007 
00008 #ifdef IR_SENSOR
00009 void Ir_System(void);
00010 uint16_t read_input(uint8_t ic, uint8_t channel);
00011 uint8_t read_position(uint8_t ic, uint8_t channel);
00012 void BubbleSort(uint16_t *data, uint8_t *data2, uint8_t n);//昇順にする.tkb
00013 #endif /*IR_SENSOR*/
00014 
00015 #endif /*_FORMAT_H_*/