hall_speed.h 165 B

12345678
  1. #ifndef _HALL_SPEED_H__
  2. #define _HALL_SPEED_H__
  3. float hall_get_theta(void); //return degree
  4. float hall_get_speed(void); //return rpm
  5. #endif /* _HALL_SPEED_H__ */