Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BMX055 Motor Way
main.cpp@0:532ef32974cf, 2019-10-24 (annotated)
- 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?
User | Revision | Line number | New 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 | } |