Final

Dependencies:   mbed

Fork of MiniProject5_LightTracker by Austin Sloop

Revision:
9:daeae936f9ec
Parent:
8:96b30706335b
Child:
10:b7cebc1f3768
--- a/main.cpp	Mon Jan 11 22:18:40 2016 +0000
+++ b/main.cpp	Mon Jan 11 22:21:48 2016 +0000
@@ -4,6 +4,8 @@
 #include "SegDisplay.h"
 #include "ServoControl.h"
 
+float angle;
+
 int main(){
 ServoInit();
 }