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 273fdf6 commit a796676Copy full SHA for a796676
storage.cpp
@@ -8,6 +8,7 @@ extern int myRotation; // Rotation
8
extern int lampVal; // The current Lamp value
9
extern bool autoLamp; // Automatic lamp mode
10
extern int xclk; // Camera module clock speed
11
+extern int minFrameTime; // Limits framerate
12
13
/*
14
* Useful utility when debugging...
0 commit comments