Init

Dependencies:   Break Motor Communication Steering mbed Controller

SerialCommunication/SerialCommunication.h

Committer:
skrickl
Date:
2017-07-13
Revision:
1:2538cbbea1f8

File content as of revision 1:2538cbbea1f8:

#include "mbed.h"
#include "MotorController.h"
#include "MbedToPC.h"

#ifndef SERIAL_COM_H
#define SERIAL_COM_H

int initSerialCom()
{

}


#endif