ESPHome  2024.9.0
host_time.h
Go to the documentation of this file.
1 #pragma once
2 
5 
6 namespace esphome {
7 namespace host {
8 
9 class HostTime : public time::RealTimeClock {
10  public:
11  void update() override {}
12 };
13 
14 } // namespace host
15 } // namespace esphome
The RealTimeClock class exposes common timekeeping functions via the device's local real-time clock...
void update() override
Definition: host_time.h:11
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7