Print first semi-successful image

This commit is contained in:
fruchti 2018-08-23 12:30:47 +02:00
parent 116ab5d23b
commit b2b3931e81
6 changed files with 78 additions and 13 deletions

View file

@ -3,4 +3,6 @@
#include <stdlib.h>
#include "stm32f1xx.h"
extern volatile int Camera_Captured;
void Camera_Init(void);