Humidistat
Arduino firmware for a humidistat (humidity controller)
Loading...
Searching...
No Matches
Point Struct Reference

Point: a vector of a time and setpoint value. More...

#include <Point.h>

Public Attributes

const uint16_t time
 Time in seconds.
 
const uint8_t sp
 

Detailed Description

Point: a vector of a time and setpoint value.

Definition at line 8 of file Point.h.

Member Data Documentation

◆ sp

const uint8_t Point::sp

Definition at line 10 of file Point.h.

◆ time

const uint16_t Point::time

Time in seconds.

Definition at line 9 of file Point.h.


The documentation for this struct was generated from the following file: