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

Dependencies:   mbed-src Ping SDFileSystem

main/main.cpp

Committer:
lilac0112_1
Date:
2016-02-28
Revision:
1:ea7307724f1c
Parent:
0:6c79a352010b

File content as of revision 1:ea7307724f1c:

#include "mbed.h"
#include "extern.h"
#include "main.h"

int main() {
    while(1) {
        
        #if defined(ULTRA_SONIC) || defined(ULTRA_SONIC_2)
            Usw_System();
        #endif /*(ULTRA_SONIC) || (ULTRA_SONIC_2)*/
        
        #ifdef IR_SENSOR
            Ir_System();
        #endif /*IR_SENSOR*/
    }
}