Print halfway usable images

This commit is contained in:
fruchti 2018-08-23 12:49:29 +02:00
parent b2b3931e81
commit 804a11cb10
5 changed files with 20 additions and 14 deletions

View file

@ -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);