Debouncer for passive push button: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
This debouncer is meant to be used with a passive response button that is normally open. Upon closing the button it will give a 5V output without bounces. | This debouncer is meant to be used with a passive response button that is normally open. Upon closing the button it will give a 5V output without bounces. | ||
{| class="wikitable" | |||
! Specification | |||
! Value | |||
|- | |||
| Reaction time | |||
| <100 microsec | |||
|- | |||
| Rising slope | |||
| 12 microsec | |||
|- | |||
| Falling slope | |||
| 50 millisec | |||
} | |||
Revision as of 10:22, 13 December 2023

Description
This debouncer is meant to be used with a passive response button that is normally open. Upon closing the button it will give a 5V output without bounces.
| Specification | Value |
|---|---|
| Reaction time | <100 microsec |
| Rising slope | 12 microsec |
| Falling slope | 50 millisec
} |