Udated configuration and light sensor
This commit is contained in:
parent
1dfaf781d2
commit
795893ea2e
8 changed files with 23 additions and 20 deletions
|
|
@ -23,6 +23,13 @@ void ProtocolOregon::send(const TemperatureData& data)
|
|||
send(data.temperature, data.humidity);
|
||||
}
|
||||
|
||||
void ProtocolOregon::send(const LightData& data)
|
||||
{
|
||||
send(data.lumen, 0);
|
||||
}
|
||||
|
||||
|
||||
|
||||
void ProtocolOregon::send(float temperature, short humidity)
|
||||
{
|
||||
byte buffer[9];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue