pxt-common-packages/libs/buttons
Michał Moskal f4c3b41cf8
Improve exception handling on esp32 (#1289)
* Use soft_panic() for user errors (when mem-corruption unlikely)

* Improve soft_panic() on esp32

* make stack trace easier to parse
2021-10-20 00:13:13 +02:00
..
docs/reference/input/button Change out more pixel examples (#1085) 2020-03-25 23:31:39 -07:00
sim Add Button::pressureLevel() (#934) 2019-11-27 04:10:29 +01:00
README.md renaming temperature -> thermometer (#86) 2017-06-09 11:10:09 -07:00
buttons.cpp Improve exception handling on esp32 (#1289) 2021-10-20 00:13:13 +02:00
enums.d.ts Add proper unit test framework for pxt packages (#199) 2018-01-04 09:12:46 -08:00
pxt.json Move JACDAC out of common-packages (#1118) 2020-06-10 09:41:18 -07:00
shims.d.ts support for continuous servo in sim (#1073) 2020-02-13 17:16:39 -08:00
test.ts fixing button test 2017-10-23 14:03:06 -07:00

README.md

buttons

A library to handle 2 buttons A and B.