This directory houses code for a subcomponent of the Clicker project. The code here is intended to be run on an Arduino Nano that acts as an input device to detct "click" events. The arduino connects to the Client component to upload its data.
Coming soon...
This code is meant to be run on an Arduino Nano and relies upon a hardware setup described in the hardware
subdirectory of this project. Look there for circuit diagrams and wiring notes.
This part of the project has been developing using the Arduino IDE and an external editor (JetBrains CLion). The CMakeList.txt
does not build the application. Use the Arduino IDE to compile and upload to an Arduino.