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

Dependencies:   mbed-src Ping SDFileSystem

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "extern.h"
00003 #include "main.h"
00004 
00005 int main() {
00006     while(1) {
00007         
00008         #if defined(ULTRA_SONIC) || defined(ULTRA_SONIC_2)
00009             Usw_System();
00010         #endif /*(ULTRA_SONIC) || (ULTRA_SONIC_2)*/
00011         
00012         #ifdef IR_SENSOR
00013             Ir_System();
00014         #endif /*IR_SENSOR*/
00015     }
00016 }