aboutsummaryrefslogtreecommitdiffstats
path: root/buttons.hpp
Commit message (Collapse)AuthorAge
* Implement API method to ask user for yes/no choiceConfuSomu2021-03-16
|
* Enter shallow sleep when there are no interactionsConfuSomu2021-03-02
| | | | Current app stops getting refreshed and display is turned off.
* Adopt C++ConfuSomu2021-02-20
A large number of changes had to be made to use C++. "extern C" had to be added for a few headers not adapted to C++. See https://github.com/raspberrypi/pico-sdk/pull/106 for fix in affected files. They will be removed when the pull request is merged in pico-sdk's master branch.