hall_speed.c 137 B

1234567891011
  1. #include "hal/hal.h"
  2. #include "hall_speed.h"
  3. float hall_get_theta(void){
  4. return 0.0f;
  5. }
  6. float hall_get_speed(void) {
  7. return 0.0f;
  8. }