Stefan Krickl / Mbed 2 deprecated JetflyerMotorController

Dependencies:   Break Motor Communication Steering mbed Controller

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SerialCommunication.h Source File

SerialCommunication.h

00001 #include "mbed.h"
00002 #include "MotorController.h"
00003 #include "MbedToPC.h"
00004 
00005 #ifndef SERIAL_COM_H
00006 #define SERIAL_COM_H
00007 
00008 int initSerialCom()
00009 {
00010 
00011 }
00012 
00013 
00014 #endif