Compare commits
3 Commits
Author | SHA1 | Date |
---|---|---|
|
bd15f482f2 | |
|
648d3913b6 | |
|
206855fe66 |
|
@ -50,7 +50,7 @@ extern volatile sts_cfg_nvm_t sts_cfg_nvm;
|
|||
extern volatile uint32_t rfac_timer;
|
||||
extern volatile uint32_t STS_TOFScanPeriod_msec, STS_TxPeriod_sec, STS_HeartBeatTimerPeriod_sec;
|
||||
volatile uint8_t sts_data_buf[LORAWAN_APP_DATA_BUFFER_MAX_SIZE]={0x0};
|
||||
volatile LmHandlerAppData_t sts_app_data={ 0, 0, sts_data_buf };
|
||||
//volatile LmHandlerAppData_t sts_app_data={ 0, 0, sts_data_buf };
|
||||
|
||||
/* USER CODE END EV */
|
||||
|
||||
|
|
|
@ -114,10 +114,12 @@ extern uint16_t sensor_id;
|
|||
extern UTIL_TIMER_Time_t TxPeriodicity;
|
||||
extern UTIL_TIMER_Object_t YunhornSTSHeartBeatTimer;
|
||||
static void STS_Show_STS_CFG_NVM(uint8_t * nvm_store_value);
|
||||
|
||||
#ifdef VL53L0
|
||||
extern volatile int sts_tof_distance_data[MAX_TOF_COUNT];
|
||||
volatile sts_tof_range_data_t sts_range_sensor_data={0x0,0x0,0x0};
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
volatile uint8_t sts_reed_hall_result, last_sts_reed_hall_result,sts_reed_hall_changed_flag;
|
||||
volatile uint32_t event_start_time, event_stop_time;
|
||||
|
|
Loading…
Reference in New Issue