Inital commit

This commit is contained in:
2022-03-18 12:54:43 +00:00
parent cbf1cd8cf1
commit 2b609b9d02
9 changed files with 826 additions and 52 deletions

5
makefile Normal file
View File

@@ -0,0 +1,5 @@
all: build run
build:
g++ -Wall -pthread -o main test/${MODE}/main.cpp src/*.cpp -lpigpio -lrt
run:
sudo ./main