aboutsummaryrefslogtreecommitdiffstats
path: root/buttons.h
Commit message (Collapse)AuthorAge
* 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.
* Implement handling of button pressesConfuSomu2021-02-10
I did changes to apps/main_clock as this app is also used for testing new features.