y w / Mbed 2 deprecated moter_titech

Dependencies:   mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "ASI.h"
00002 int main() {
00003     Thread t1(HANTEI);
00004     Thread t2(ZENGO1);
00005     Thread t3(ZENGO2);
00006     Thread t4(DOU1);
00007     Thread t5(DOU2);
00008     Thread t6(HIROSE);
00009 
00010     pc.printf("start\n");
00011     
00012 while(1);
00013 }