Ingen beskrivning
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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_