添加对hmi屏幕的支持,赋码仪按键按下时发送赋码请求
This commit is contained in:
@@ -17,9 +17,9 @@ public:
|
||||
void start();
|
||||
// 用户程序调用这个函数开启蜂鸣器
|
||||
void set_beep(int delay_on_ms,int delay_off_ms,int ticks);
|
||||
bool set_state(bool state);
|
||||
private:
|
||||
bool get_state();
|
||||
bool set_state(bool state);
|
||||
private:
|
||||
bool is_run;
|
||||
bool state;
|
||||
|
Reference in New Issue
Block a user