Starting point for the student buggy project

Dependencies:   microbit

Fork of microbit-hello-world by micro:bit

Revision:
4:2d939ef2b09c
Parent:
3:c3a42966b47c
Child:
5:a33f016d5962
--- a/Buggy.h	Mon Jul 31 22:24:03 2017 +0000
+++ b/Buggy.h	Sun Aug 06 20:13:33 2017 +0000
@@ -40,6 +40,8 @@
 
 void TestAntiCollision(unsigned int Voltage, unsigned int Time_ms, unsigned int SonarTime_us);
 
+void MotorSpeedCharacterisation(void);
+
 extern MicroBit uBit;