implemented the system input queue and system input thread

This commit is contained in:
2019-12-01 01:02:08 -07:00
parent 59e8fa59d5
commit 87db1f4d02
12 changed files with 306 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
OBJS=main.o log.o gpio.o
OBJS=main.o sysinput.o log.o gpio.o msg_queue.o time_func.o
LIBS=
upiwin: $(OBJS)