RenBuggyTimed with edited function and access to seven segment display

Dependencies:   SevenSegmentDisplay mbed

Fork of 1-RenBuggyTimed by Ren Buggy

Revision:
1:91ca3ea0f578
Parent:
0:9870f526ddd1
--- a/TimedMovement.h	Fri Mar 11 10:36:38 2016 +0000
+++ b/TimedMovement.h	Wed Apr 13 07:04:28 2016 +0000
@@ -31,9 +31,13 @@
 extern void forward(float);
 extern void left(float);
 extern void right(float);
+extern void hold(float);
+extern void stop();
+
+extern void readButton(float);
+extern int rollDice();
 /* stop() is slightly different in that it doesn't expect to be passed
 any variables, so the parentheses can be left empty. Passing a variable
 to this function would cause an error */
-extern void stop();
 
 #endif // TIMEDMOVEMENT_H
\ No newline at end of file