time_sync.h 322 B

1234567891011
  1. /**
  2. * @Author: 李建
  3. * @Date: 2025/3/24 10:09
  4. * Description: 时钟同步任务
  5. * Copyright: Copyright (©) 2025 永续绿建. All rights reserved.
  6. */
  7. #ifndef WIRE_CONTROLLER_TIME_SYNC_H
  8. #define WIRE_CONTROLLER_TIME_SYNC_H
  9. void initialize_sntp(void);
  10. void time_sync_start(void);
  11. #endif //WIRE_CONTROLLER_TIME_SYNC_H