scooter / Mbed 2 deprecated Scooter-uC-Programm

Dependencies:   mbed

Committer:
thorb3n
Date:
Tue Jun 23 10:49:55 2015 +0000
Revision:
12:bad33209d1bb
Parent:
6:7c0a32831a4f
update

Who changed what in which revision?

UserRevisionLine numberNew 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 }