ntp.h 169 B

123456789
  1. #ifndef GOTEK_NTP_H
  2. #define GOTEK_NTP_H
  3. #include <Arduino.h>
  4. #include <NTPClient.h>
  5. namespace gotek {
  6. void NTP_Timer_Handler(TimerHandle_t) ;
  7. }
  8. #endif //GOTEK_NTP_H