logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

deadzone - Return the center if within the threshold

Author

       Jeff Epler

Functions

deadzone.N (requires a floating-point thread)
              Update out based on in and the parameters.

License

       GPL

LinuxCNC Documentation                             2025-08-07                                        DEADZONE(9)

Name

       deadzone - Return the center if within the threshold

Parameters

deadzone.N.center float rw (default: 0.0)
              The center of the dead zone

       deadzone.N.threshold float rw (default: 1.0)
              The dead zone is center ± (threshold/2)

Pins

deadzone.N.in float in
       deadzone.N.out float out

Synopsis

loadrtdeadzone[count=N|names=name1[,name2...]]

See Also