pulse pwm n x

Enables PWM detection on input n, where n can be 5, 6, 7, or 8. Only one input can do PWM detection at a time. x enables sending a 400 ms HIGH pulse on output x.

n = 0disables PWM detection (default)
n = 5 to 8enable PWM detection on input n
x = 0disable sending triggering pulse (default)
x = 1 to 6enable sending 400ms triggering pulse on output x

Examples:

  1. Enable PWM detection on input 5.
    cmd pulse pwm 5 0

See also: General Purpose IO


Firmware revision 2.6.0.5484-115

Last modified 18 months ago Last modified on 18-07-30 10:54:47 AM