F_Calc.h 207 B

123456789101112
  1. #ifndef _F_CALC_H__
  2. #define _F_CALC_H__
  3. void F_all_Calc(void);
  4. float F_get_Te(void);
  5. float F_get_accl(void);
  6. float F_get_air(void);
  7. float F_get_MotAccl(void);
  8. void F_debug(void);
  9. #endif /* _F_CALC_H__ */