Commit 59031ef5 authored by Quentin Chabanne's avatar Quentin Chabanne

Upload New File

parent e600d133
#include "Arduino.h"
#include "photo.h"
void setup()
{
}
void loop()
{
Photo Camera;
// turn on the camera
Camera.power_on();
delay(1000);
// focus the camera
Camera.focus(1000);
// take a picture
Camera.take_picture();
delay(1000);
// // turn off the camera
Camera.power_off();
// //lire mesure
delay(1000);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment