We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70345b9 commit 741da45Copy full SHA for 741da45
2 files changed
lib/3rd_party_adapters/FreeRTOS/debouncedIsr.cpp
@@ -35,6 +35,7 @@ int debouncer::defaultPriorityToInt()
35
* - if the interrupt function is called again the timer will restart
36
* - when the timer expires, the handler will be called
37
*
38
+ * \see \ref debouncing_approaches
39
*/
40
class Debouncer
41
{
lib/3rd_party_adapters/FreeRTOS/debouncing.md
@@ -1,4 +1,4 @@
1
-# Debouncing Approaches
+# Debouncing Approaches {#debouncing_approaches}
2
3
Obtaining the state of switches and buttons generally requires to debounce the input signal because of contact bouncing.
4
The waveform of an input may be smoothed physically using a low-pass filter.
0 commit comments