![]() |
Erriez Oregon THN128 433MHz temperature sensor library for Arduino
1.1.0
This is an Oregon THN128 433MHz temperature sensor transmit/receive library for Arduino.
|
Data structure. More...
#include <ErriezOregonTHN128.h>
Public Attributes | |
uint32_t | rawData |
uint8_t | rollingAddress |
uint8_t | channel |
int16_t | temperature |
bool | lowBattery |
Data structure.
Definition at line 63 of file ErriezOregonTHN128.h.
uint8_t OregonTHN128Data_t::channel |
Channel
Definition at line 66 of file ErriezOregonTHN128.h.
bool OregonTHN128Data_t::lowBattery |
Low battery indication
Definition at line 68 of file ErriezOregonTHN128.h.
uint32_t OregonTHN128Data_t::rawData |
Raw data
Definition at line 64 of file ErriezOregonTHN128.h.
uint8_t OregonTHN128Data_t::rollingAddress |
Rolling address
Definition at line 65 of file ErriezOregonTHN128.h.
int16_t OregonTHN128Data_t::temperature |
Temperature
Definition at line 67 of file ErriezOregonTHN128.h.