linuxcnc-hal-sys 0.1.5

Generated, unsafe Rust bindings to the LinuxCNC HAL submodule
Documentation
1
2
3
4
5
6
7
8
9
component constant "Use a parameter to set the value of a pin";
pin out float out;
param rw float value;
function _;
license "GPL";
;;
FUNCTION(_) {
    out = value;
}