Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed QEI FastPWM
Diff: buttons.h
- Revision:
- 11:5cb7ae8bd831
- Parent:
- 6:d38287621cca
--- a/buttons.h Mon Apr 27 19:52:02 2020 +0000 +++ b/buttons.h Thu May 07 03:52:31 2020 +0000 @@ -17,7 +17,6 @@ uint8_t Get_Button_Press(uint8_t button_mask); - /*********************************************************************** buttonDebounce: Check if a button has changed and keeps its new value (HIGH or LOW) for 03 periods of time.