mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-09 02:31:14 +00:00
Got point and shoot control working. Needs zooming. Backup scale node added. Lots of random things, super tired.
This commit is contained in:
@@ -9,7 +9,7 @@ void setup(){
|
||||
|
||||
void loop(){
|
||||
digitalWrite(pin,LOW);
|
||||
delay(mills);
|
||||
delay(mills / 2.0);
|
||||
digitalWrite(pin, HIGH);
|
||||
delay(mills);
|
||||
delay(mills / 2.0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user