Got point and shoot control working. Needs zooming. Backup scale node added. Lots of random things, super tired.

This commit is contained in:
2018-08-11 07:12:06 -07:00
parent 12ed32ef54
commit 03cdd2e3a6
27 changed files with 768 additions and 130 deletions

View File

@@ -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);
}