X-Git-Url: http://git.scottworley.com/tattlekey/blobdiff_plain/9efef936f83e7a0f30e95cbc95d4a5a165d9c32e..2f7a1e89aa19dac7903e743e60b275a54a0230cf:/client/config.h diff --git a/client/config.h b/client/config.h index 95c5651..5ce0baf 100644 --- a/client/config.h +++ b/client/config.h @@ -21,4 +21,8 @@ extern u16_t this_tattler_identity; * recommends pins 18, 22, or 28. */ extern uint button_pin; +/* Don't bother reporting each separate button press when it is pressed many + * times in short succession. (We also use this to de-bounce. :) */ +extern u32_t minimum_microseconds_between_button_presses; + #endif