Snapshot of partial implementation (support for receiving, not yet for sending signals) of multiplexing/parsing/server driver for lirc, based on https://github.com/Boukefalos/mimis

This commit is contained in:
2015-06-11 23:03:40 +01:00
commit 75a5bf262e
32 changed files with 1943 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
/.gradle
/.settings
/.classpath
/.project
/bin
/build