Add power control
This commit is contained in:
parent
94b7ac4f8f
commit
5491961e8b
4 changed files with 10 additions and 4 deletions
|
@ -310,7 +310,7 @@ void TIM1_CC_IRQHandler(void)
|
|||
CurrentLine = 0;
|
||||
FrameCount++;
|
||||
|
||||
if(FrameCount == 10)
|
||||
if(FrameCount == 5)
|
||||
{
|
||||
Camera_Captured = 1;
|
||||
// Disable everything
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue