aboutsummaryrefslogtreecommitdiffstats
path: root/src/buttons.c
Commit message (Collapse)AuthorAgeFilesLines
* buttons: Add initial support for detecting button pressesKevin O'Connor2018-06-301-0/+160
Add mcu support for periodically polling for a button press. Add host code support for registering buttons and invoking callbacks for them. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>