scooter / Mbed 2 deprecated Scooter-uC-Programm

Dependencies:   mbed

main.cpp

Committer:
thorb3n
Date:
2015-06-23
Revision:
12:bad33209d1bb
Parent:
6:7c0a32831a4f

File content as of revision 12:bad33209d1bb:

#include "mbed.h"
#include "Prototypen.h"



int main() {
  while(true){
    motoransteuerung();
    Messdaten_senden();
    Steuerung_empfangen();
    }
}