Skip to content

Quanghoster/ESP32Time

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP32Time

Arduino Library for ESP32 Time Adjustment

機能

  • ESP32内部の時計をNTPから取得した時刻に設定する.
  • 1時間ごとに自動で時計を合わせる(FreeRTOSのタスクによりバックグラウンドで実行)

使い方

  1. WiFiに接続する
  2. setup()内でESP32Time.begin()を呼んで時刻合わせタスクを起動する
  3. 時刻はC言語標準関数のtime()で取得できる

About

Arduino Library for ESP32 Time Adjustment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%