Add (not really working) camera interface

This commit is contained in:
fruchti 2018-08-23 11:17:49 +02:00
parent 8247add832
commit 116ab5d23b
7 changed files with 374 additions and 14 deletions

6
src/ov7670.h Normal file
View file

@ -0,0 +1,6 @@
#pragma once
#include <stdlib.h>
#include "stm32f1xx.h"
void Camera_Init(void);