This commit is contained in:
Kamil Trzcinski
2022-04-04 13:51:29 +02:00
commit d5fe55d2e0
12 changed files with 762 additions and 0 deletions

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
camera_stream: *.c *.h
gcc -o camera_stream *.c