Humidistat
Arduino firmware for a humidistat (humidity controller)
Loading...
Searching...
No Matches
Point.h
Go to the documentation of this file.
1
#ifndef FIRMWARE_POINT_H
2
#define FIRMWARE_POINT_H
3
4
#include <stdint.h>
5
#include <etl/span.h>
6
8
struct
Point
{
9
const
uint16_t
time
;
10
const
uint8_t
sp
;
11
};
12
14
struct
SPProfile
{
15
const
char
label
[12];
16
const
etl::span<const Point>
profile
;
17
};
18
19
#endif
//FIRMWARE_POINT_H
Point
Point: a vector of a time and setpoint value.
Definition
Point.h:8
Point::time
const uint16_t time
Time in seconds.
Definition
Point.h:9
Point::sp
const uint8_t sp
Definition
Point.h:10
SPProfile
Setpoint profile: a label and a span over Points.
Definition
Point.h:14
SPProfile::label
const char label[12]
Definition
Point.h:15
SPProfile::profile
const etl::span< const Point > profile
Definition
Point.h:16
src
Point.h
Generated by
1.12.0