Created
August 16, 2011 11:35
-
-
Save cfaulkingham/1148890 to your computer and use it in GitHub Desktop.
Modification to the serial camera module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
boolean VC0706::setColorCtrl(uint8_t showMode, uint8_t controlMode) { | |
uint8_t args[] = {0x02,controlMode,showMode}; | |
return runCommand(VC0706_COLOR_CTRL, args, 3, 5); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment