mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include <camera.h>
|
||||
|
||||
int cameraPin = 7;
|
||||
camera science(cameraPin);
|
||||
|
||||
void setup() {
|
||||
}
|
||||
|
||||
void loop() {
|
||||
science.fullZoomIn();
|
||||
delay (2000);
|
||||
science.fullZoomOut();
|
||||
delay(2000);
|
||||
}
|
||||
Reference in New Issue
Block a user