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: mbed
main.cpp@13:565aa2c6bd3d, 2015-06-23 (annotated)
- Committer:
- drummer
- Date:
- Tue Jun 23 10:53:51 2015 +0000
- Revision:
- 13:565aa2c6bd3d
- Parent:
- 12:bad33209d1bb
OneTrueBraceStyle
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| thorb3n | 1:4d1b3fffabd5 | 1 | #include "mbed.h" |
| thorb3n | 12:bad33209d1bb | 2 | #include "Prototypen.h" |
| scooter_project | 5:d213c03872fe | 3 | |
| scooter_project | 5:d213c03872fe | 4 | |
| scooter_project | 4:a9eefff5ac60 | 5 | |
| scooter_project | 4:a9eefff5ac60 | 6 | int main() { |
| thorb3n | 12:bad33209d1bb | 7 | while(true){ |
| thorb3n | 12:bad33209d1bb | 8 | motoransteuerung(); |
| thorb3n | 12:bad33209d1bb | 9 | Messdaten_senden(); |
| thorb3n | 12:bad33209d1bb | 10 | Steuerung_empfangen(); |
| scooter_project | 4:a9eefff5ac60 | 11 | } |
| scooter_project | 4:a9eefff5ac60 | 12 | } |