msu1.h 193 B

123456789101112131415
  1. #ifndef MSU1_H
  2. #define MSU1_H
  3. #ifdef DEBUG_MSU1
  4. #define DBG_MSU1
  5. #else
  6. #define DBG_MSU1 while(0)
  7. #endif
  8. #define MSU_DAC_BUFSIZE (2048)
  9. int msu1_check(uint8_t*);
  10. int msu1_loop(void);
  11. #endif