Taking pictures with the OV7670 at 17fps.
Dependencies: ov7670_lib Project_test
Diff: main.h
- Revision:
- 9:1c438bd7697d
- Parent:
- 8:36adb37e976d
diff -r 36adb37e976d -r 1c438bd7697d main.h --- a/main.h Sat Jun 20 11:07:07 2020 +0000 +++ b/main.h Mon Aug 31 10:13:45 2020 +0000 @@ -25,14 +25,3 @@ //RESET extern "C" void mbed_reset(); - -//Serial -char word[25]; -int t1 = 0; -int t2 = 0; -int t3 = 0; - -// -void parse_cmd(); -void CameraSnap(); -void CameraGrab();