This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
arduino:wio-cam-en [2020/10/18 17:51] rjversluis [WIO ESP32-S CAM] |
arduino:wio-cam-en [2021/02/23 09:08] (current) rjversluis |
||
---|---|---|---|
Line 97: | Line 97: | ||
| Position reset | - | Servo | 250 | 255 | - | Resets both servos to 90° position. | | | Position reset | - | Servo | 250 | 255 | - | Resets both servos to 90° position. | | ||
An OFF value of 255 prevents setting the position again at the OFF command.\\ | An OFF value of 255 prevents setting the position again at the OFF command.\\ | ||
+ | |||
+ | |||
+ | \\ | ||
+ | =====Rotate 180°===== | ||
+ | Set in the USRCNF.h the CAM_ROTATE180 to true: | ||
+ | <code> | ||
+ | // CAM | ||
+ | #define CAM_ROTATE180 true | ||
+ | </code> | ||
+ | |||
+ | |||
\\ | \\ |