OV528 Camera Module Library
Revision 3:274014e87a49, committed 2019-02-02
- Comitter:
- aoba
- Date:
- Sat Feb 02 05:22:29 2019 +0000
- Parent:
- 2:7a563410b23d
- Commit message:
- Changed the constant name for collision on recent Mbed
Changed in this revision
CameraOV528.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7a563410b23d -r 274014e87a49 CameraOV528.cpp --- a/CameraOV528.cpp Fri Jul 07 20:44:58 2017 +0000 +++ b/CameraOV528.cpp Sat Feb 02 05:22:29 2019 +0000 @@ -41,7 +41,7 @@ SNAPSHOT = 0x05, SET_PACKAGE_SIZE = 0x06, SET_BAUD_RATE = 0x07, - RESET = 0x08, + RESET_CAMERA = 0x08, POWER_DOWN = 0x09, DATA = 0x0A, SYNC = 0x0D,