暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

statemachine.h 176B

1234567
  1. #ifndef _STATE_MACHINE_H_
  2. #define _STATE_MACHINE_H_
  3. void statemachine_run(int click, int encoder, int kill);
  4. void statemachine_motors_done(void);
  5. #endif // _STATE_MACHINE_H_