02/07/15

Dependencies:   mbed

Dependents:   TabbedGUIMbed

Committer:
aidanPJG
Date:
Mon Jul 13 14:44:08 2015 +0000
Revision:
48:e9578f56534a
Child:
54:9322b1b76e13
Added userInput however it doesn't really work. It returns a weird negative distance and 0 for number of sensors. Or maybe the other way around

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aidanPJG 48:e9578f56534a 1 #ifndef USERINPUT.H
aidanPJG 48:e9578f56534a 2 #define USERINPUT.H
aidanPJG 48:e9578f56534a 3
aidanPJG 48:e9578f56534a 4 void input();
aidanPJG 48:e9578f56534a 5
aidanPJG 48:e9578f56534a 6 #endif