Starting point for the student buggy project

Dependencies:   microbit

Fork of microbit-hello-world by micro:bit

Revision:
3:c3a42966b47c
Parent:
2:47b7a55b0805
Child:
4:2d939ef2b09c
--- a/Buggy.h	Mon Jul 31 21:48:36 2017 +0000
+++ b/Buggy.h	Mon Jul 31 22:24:03 2017 +0000
@@ -38,8 +38,11 @@
 
 void PrintSonarTiming(void);
 
+void TestAntiCollision(unsigned int Voltage, unsigned int Time_ms, unsigned int SonarTime_us);
+
 extern MicroBit uBit;
 
 
 
 #endif
+