working with cam sleep
This commit is contained in:
parent
46b2b13589
commit
c276a275e0
@ -61,7 +61,8 @@ fn setup_camera() -> (gpio::GpioPort, i2c::I2c) {
|
||||
delay_ms(1);
|
||||
|
||||
camera::setup_camera(&mut i2c);
|
||||
// cam_down.set_high();
|
||||
delay_ms(500);
|
||||
cam_down.set_high();
|
||||
(cam_down, i2c)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user