We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d66935 commit 1eb49c5Copy full SHA for 1eb49c5
libraries/Camera/src/Camera.h
@@ -76,7 +76,7 @@ class Camera{
76
* e.g. two RED pixel: {0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00}
77
*/
78
virtual uint8_t* getRGB888(){ return nullptr; };
79
- virtual void setRotaion(uint8_t rotation) = 0;
+ virtual void setRotation(uint8_t rotation) = 0;
80
virtual void setInvert(bool invert) = 0;
81
82
0 commit comments