You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
6 years ago | |
---|---|---|
.. | ||
Makefile | 6 years ago | |
README.md | 6 years ago | |
main.c | 6 years ago |
README.md
On-Board Button Test
This tests initializes all on-board buttons available, currently up to 4 in total. Each button is configured as an input with interrupt on button press or release depending on the configured TEST_FLANK.
Expected Result
When a button is pressed (and/or released) an interrupt fires which results in a message indicating which button was used. The test naturally qualifies for manual testing only. Nevertheless, it prints "[SUCCESS]" after all buttons were initialized successfully or "[FAILED] " on error, so it can be used for limited automated testing as well.