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.
menbedButtonHandlerTimespec.h
00001 #ifndef _MENBEDBUTTONHANDLERTIMESPEC_H_ 00002 #define _MENBEDBUTTONHANDLERTIMESPEC_H_ 00003 00004 #include "mbed.h" 00005 00006 class MenbedButtonHandlerTimespec { 00007 public: 00008 uint32_t scanPeriod_us; 00009 uint32_t debounceDelay_us; 00010 uint32_t longReleaseDelay_us; 00011 uint32_t typematicPeriod_us; 00012 uint32_t typematicX10Delay_us; 00013 uint32_t typematicX10Period_us; 00014 00015 MenbedButtonHandlerTimespec (); 00016 MenbedButtonHandlerTimespec (uint32_t scanPeriod_us, 00017 uint32_t debounceDelay_us, 00018 uint32_t longReleaseDelay_us, uint32_t typematicPeriod_us, 00019 uint32_t typematicX10Delay_us, uint32_t typematicX10Period_us); 00020 00021 bool dummy() {return false;} 00022 }; 00023 00024 #endif /* _MENBEDBUTTONHANDLERTIMESPEC_H_ */
Generated on Thu Jul 14 2022 12:14:44 by
