2
0
mirror of https://github.com/team2059/Zaphod synced 2024-12-18 20:12:28 -05:00

shooter_lower returns nothing

This commit is contained in:
Adam Long 2014-05-04 10:30:10 -04:00
parent 7e8a938be8
commit 07396203d7

View File

@ -298,7 +298,7 @@ public:
} }
//}}} //}}}
//{{{shooter_lower //{{{shooter_lower
bool shooter_lower(float shooter_speed, float shooter_lower_limit, float shooter_current_angle){ void shooter_lower(float shooter_speed, float shooter_lower_limit, float shooter_current_angle){
//Used to lower the shooter to the lower limit //Used to lower the shooter to the lower limit
if(shooter_lower_limit<=shooter_current_angle){ if(shooter_lower_limit<=shooter_current_angle){
setMotorValue(4,1,cvt(shooter_speed)); setMotorValue(4,1,cvt(shooter_speed));