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.
2 parents a8a5e39 + 1eb49c5 commit d19982eCopy full SHA for d19982e
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