Mechatro5 / Mbed OS LINE_TRACE_CAR

Dependencies:   BMX055 Motor Way

Committer:
Arima
Date:
Thu Oct 24 02:22:43 2019 +0000
Revision:
0:532ef32974cf
Child:
1:bb85c9fe1ba3
initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Arima 0:532ef32974cf 1 #include "mbed.h"
Arima 0:532ef32974cf 2
Arima 0:532ef32974cf 3 // main() runs in its own thread in the OS
Arima 0:532ef32974cf 4 int main()
Arima 0:532ef32974cf 5 {
Arima 0:532ef32974cf 6 while (true) {
Arima 0:532ef32974cf 7
Arima 0:532ef32974cf 8 }
Arima 0:532ef32974cf 9 }