zhyinch
2022-06-10 2177dac722f1fb8f5bcc409900f3e5aa5065c1bf
Inc/main.h
@@ -52,6 +52,13 @@
typedef uint8_t  u8;
extern uint16_t slottime,max_slotpos,current_slotnum;
void SetNextPollTime(u16 time);
typedef enum
{
    DMODE_SLEEP,
    DMODE_WAITCONFIG,
    DMODE_SEARCHSYNC,
    DMODE_RANGING,
}E_DMode;
/* USER CODE END ET */
/* Exported constants --------------------------------------------------------*/