Print halfway usable images
This commit is contained in:
parent
b2b3931e81
commit
804a11cb10
5 changed files with 20 additions and 14 deletions
|
|
@ -3,6 +3,9 @@
|
|||
#include <stdlib.h>
|
||||
#include "stm32f1xx.h"
|
||||
|
||||
#define CAMERA_IMAGE_WIDTH 176
|
||||
#define CAMERA_IMAGE_HEIGHT 144
|
||||
|
||||
extern volatile int Camera_Captured;
|
||||
|
||||
void Camera_Init(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue