Add (not really working) camera interface
This commit is contained in:
parent
8247add832
commit
116ab5d23b
7 changed files with 374 additions and 14 deletions
6
src/ov7670.h
Normal file
6
src/ov7670.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "stm32f1xx.h"
|
||||
|
||||
void Camera_Init(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue