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@12:bad33209d1bb, 2015-06-23 (annotated)
- Committer:
- thorb3n
- Date:
- Tue Jun 23 10:49:55 2015 +0000
- Revision:
- 12:bad33209d1bb
- Parent:
- 6:7c0a32831a4f
update
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 | } |