Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buttons: Clear pressed/last_pressed state on new buttons_query command | Kevin O'Connor | 2018-10-01 | 1 | -0/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | buttons: Add initial support for detecting button presses | Kevin O'Connor | 2018-06-30 | 1 | -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> |