threadtest.comp
来自「CNC 的开放码,EMC2 V2.2.8版」· COMP 代码 · 共 11 行
COMP
11 行
component threadtest;pin out unsigned count;function increment nofp;function reset nofp;license "GPL";;;FUNCTION(increment) { count++; }FUNCTION(reset) { count=0; }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?