Initial commit - move development to a public repomaster
commitec3019cbe5f2ae4c4790228b67dd6f2482221225
authorHarald Geyer <harald@ccbib.org>
Fri, 2 Mar 2018 20:10:58 +0000 (2 21:10 +0100)
committerHarald Geyer <harald@ccbib.org>
Fri, 2 Mar 2018 20:10:58 +0000 (2 21:10 +0100)
tree8bf7d95a7f495fac23b7800d6661cb10dbce910f
Initial commit - move development to a public repo

It seems the API is mostly stable now, so it makes sense to move
the library into it's own (now public) repository. Tight coupling
between the library and my own private control applications should
not be necessary anymore.
19 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
examples/Makefile [new file with mode: 0644]
examples/humiditycontrol.c [new file with mode: 0644]
examples/line_monitor.c [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/datasource.c [new file with mode: 0644]
lib/filter.c [new file with mode: 0644]
lib/inputevent.c [new file with mode: 0644]
lib/libautomation.h [new file with mode: 0644]
lib/main.c [new file with mode: 0644]
lib/managed_data.h [new file with mode: 0644]
lib/misplaced.c [new file with mode: 0644]
lib/shm.c [new file with mode: 0644]
lib/task.c [new file with mode: 0644]
tools/Makefile [new file with mode: 0644]
tools/atmd.c [new file with mode: 0644]
tools/atmdump.c [new file with mode: 0644]