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 188B

1234567891011
  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_click(void);
  7. int kill_switch(void);
  8. #endif // _ENCODER_H_