soft_usharpradar.h 306 B

123456789101112131415
  1. #ifndef SOFT_USHARPRADAR_H
  2. #define SOFT_USHARPRADAR_H
  3. #include "common.h"
  4. #include <stdint.h>
  5. uint8_t usharpRadar_analysis(uint8_t *pdata, uint16_t length);
  6. int usharpRadar_getObstacleDist(void);
  7. comp_status usharpRadar_getLinkStatus(void);
  8. void usharpRadar_setLinkStatus(comp_status status);
  9. #endif