commenting and fixing bugs

This commit is contained in:
Jonas Zeunert
2018-05-07 18:50:17 +02:00
parent 23f04f472f
commit 744f25c19c
2 changed files with 19 additions and 4 deletions

View File

@@ -1,6 +1,12 @@
/*
* Detector.h
*
* Responsible for detecting InputEvents.
*
* Creates two Threads;
* One cycles over the inputs gpios and pushes detected input events to a queue.
* The other cycles over the queue and notifies input event handlers.
*
* Created on: Apr 5, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/