No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

encoder.h 211B

123456789101112
  1. #ifndef _ENCODER_H_
  2. #define _ENCODER_H_
  3. void encoder_init(void);
  4. void encoder_run(void);
  5. int encoder_change(void);
  6. int encoder_rpm(void);
  7. int encoder_click(void);
  8. int kill_switch(void);
  9. #endif // _ENCODER_H_