ISC.h 193 B

12345678
  1. #include <math.h>
  2. #include "BCUCal.h"
  3. #include "BCUDisp.h"
  4. extern boolean_T FirstRun_ISC;
  5. extern void ISC_Init(void);
  6. extern void ISC(void);
  7. extern int16_T ArrMean(int16_T *Data, uint16_T m);