Add global configuration and saving mechanism

This commit is contained in:
Kostas Missos
2018-07-01 20:45:25 +03:00
parent a442737a59
commit 94bd9a24d3
4 changed files with 488 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ SOURCEDIR := ipl
OBJS = $(addprefix $(BUILD)/, \
start.o \
main.o \
config.o \
btn.o \
clock.o \
cluster.o \