You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Button 1.<PIN>.<NAME>:
Output 3.<PIN>.<NAME>:
Encoder 8.<LEFT PIN>.<RIGHT PIN>.<ENCODER TYPE (1?)>.<NAME>:
Shift Reg 10.<LATCH PIN>.<CLOCK PIN>.<DATA PIN>.<NUM MODULES>.<NAME>:
Analog In 11.<PIN>.<SENSITIVITY>.<NAME>:
Mux 14.<PIN 1>.<PIN 2>.<PIN 3>.<PIN 4>.<NAME>:
Set Command Syntax
Output: Setpin 2,<pin>,<value>
// This is odd because module is just 0-based index in the daisy chain of
// shift registers, but that means there is no way to address multiple chains.
// My hunch is that MF only supports one chain of shift registers in a device,
// and that's it.
//
// The Pins string is sent as a pipe-separated list of pins
Shift Reg: SetRegPin 27,<module>,<pins/str>,<value/int>;