ESPHome
2024.10.2
esphome
esphome
components
host
time
host_time.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
esphome/core/component.h
"
4
#include "
esphome/components/time/real_time_clock.h
"
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
esphome::time::RealTimeClock
The RealTimeClock class exposes common timekeeping functions via the device's local real-time clock...
Definition:
real_time_clock.h:19
esphome::host::HostTime::update
void update() override
Definition:
host_time.h:11
esphome
Implementation of SPI Controller mode.
Definition:
a01nyub.cpp:7
component.h
real_time_clock.h
esphome::host::HostTime
Definition:
host_time.h:9
Generated by
1.8.13