Add Rasperry Pi version

This commit is contained in:
2022-02-22 02:29:53 +13:00
commit ed3dac2ffb
10 changed files with 862 additions and 0 deletions

5
makefile Executable 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