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 940cf82 commit 70f6b23Copy full SHA for 70f6b23
libraries/Camera/examples/CameraCaptureRawBytes/CameraCaptureRawBytes.ino
@@ -41,7 +41,6 @@ FrameBuffer fb;
41
42
unsigned long lastUpdate = 0;
43
44
-
45
void blinkLED(uint32_t count = 0xFFFFFFFF)
46
{
47
pinMode(LED_BUILTIN, OUTPUT);
@@ -54,14 +53,6 @@ void blinkLED(uint32_t count = 0xFFFFFFFF)
54
53
}
55
56
57
-void clearSerialBuffer(){
58
- while(Serial.available()){
59
- Serial.read();
60
- }
61
- Serial.end();
62
- Serial.begin(9600);
63
-}
64
65
void setup() {
66
// Init the cam QVGA, 30FPS
67
if (!cam.begin(RESOLUTION, IMAGE_MODE, 30)) {
0 commit comments