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: Break Motor Communication Steering mbed Controller
Diff: SerialCommunication/SerialCommunication.h
- Revision:
- 1:2538cbbea1f8
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/SerialCommunication/SerialCommunication.h Thu Jul 13 13:45:55 2017 +0000
@@ -0,0 +1,14 @@
+#include "mbed.h"
+#include "MotorController.h"
+#include "MbedToPC.h"
+
+#ifndef SERIAL_COM_H
+#define SERIAL_COM_H
+
+int initSerialCom()
+{
+
+}
+
+
+#endif
\ No newline at end of file