Outputs triggering twice? #315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just installed enclosure plugin, and am running switch that is 5V when filament is in, GND when out. Enclosure picks up the signal and executes my output, which does the following:
However, the output sequence gets triggered twice. What could be happening?
maybe switch is having some bouncing issues? maybe triggering on rising and falling edges?
not enough information to help out, sorry...
You could possibly add a debounce circuit on the switch to deal with the issue. This is a common problem with switches, you could probably look up debounce on google to see if something there might solve the issue.