Skip to content

SchmittTrigger implements a Nysteresis dual threshold action. This Schmitt trigger switches the output to true when the input passes through a press reference (press_threshold) - The Output is switched back to false when the input passes through a release reference (release_threshold). The SchmittTrigger object supports debouncing of the underly…

License

Notifications You must be signed in to change notification settings

newEndeavour/SchmittTrigger

Repository files navigation

#SchmittTrigger Library#

SchmittTrigger implements a Nysteresis dual threshold action. This particular kind of trigger is useful for determining digital states in noisy environments. A Schmitt trigger is a comparator application which switches the output to true when the input passes through a press reference (press_threshold) - The Output is switched back to false when the input passes through a release reference (release_threshold). The SchmittTrigger object supports debouncing of the underlying reference signal, and operates in a Rising or Falling capacity.

Copyright (c) 2018-2019 Jerome Drouin All rights reserved.

SchmittTrigger was originally written by Jerome Drouin and is maintained by Jerome Drouin.

About

SchmittTrigger implements a Nysteresis dual threshold action. This Schmitt trigger switches the output to true when the input passes through a press reference (press_threshold) - The Output is switched back to false when the input passes through a release reference (release_threshold). The SchmittTrigger object supports debouncing of the underly…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages