init main app code

This commit is contained in:
2021-07-24 00:09:43 +01:00
parent eaf976d5a7
commit 76078b0530
20 changed files with 1518 additions and 159 deletions

View File

@ -1,6 +1,6 @@
CC=gcc
CFLAGS=-Wall -g #-DDEBUG
LDFLAGS=#-lpthread
CFLAGS=-Wall -g -D_DEBUG
LDFLAGS=-lwiringPi #-lpthread
SRCDIR=src
OBJDIR=obj
BINDIR=bin