ESPHome
2024.10.2
|
Namespaces | |
internal | |
Data Structures | |
class | Sun |
class | SunCondition |
class | SunSensor |
class | SunTextSensor |
class | SunTrigger |
Enumerations | |
enum | SensorType { SUN_SENSOR_ELEVATION, SUN_SENSOR_AZIMUTH } |
Functions | |
num_t | degrees (num_t rad) |
num_t | radians (num_t deg) |
num_t | arcdeg (num_t deg, num_t minutes, num_t seconds) |
num_t | sq (num_t x) |
num_t | cb (num_t x) |
num_t | julian_day (ESPTime moment) |
num_t | delta_t (ESPTime moment) |
num_t | wmod (num_t x, num_t y) |
Enumerator | |
---|---|
SUN_SENSOR_ELEVATION | |
SUN_SENSOR_AZIMUTH |
Definition at line 10 of file sun_sensor.h.