ライントレーサー制御用のプログラムです.

Dependencies:   mbed

Committer:
Hirotomo777
Date:
Thu Nov 16 06:15:58 2017 +0000
Revision:
0:e9af471e2a2b
?7????????????????

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Hirotomo777 0:e9af471e2a2b 1 #include "mbed.h"
Hirotomo777 0:e9af471e2a2b 2 #include "linetracer.h"
Hirotomo777 0:e9af471e2a2b 3
Hirotomo777 0:e9af471e2a2b 4 int main() {
Hirotomo777 0:e9af471e2a2b 5 linetracerInit();
Hirotomo777 0:e9af471e2a2b 6 linetracerLoop();
Hirotomo777 0:e9af471e2a2b 7 return 0;
Hirotomo777 0:e9af471e2a2b 8 }
Hirotomo777 0:e9af471e2a2b 9
Hirotomo777 0:e9af471e2a2b 10