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.
Public Attributes | List of all members
OregonTHN128Data_t Struct Reference

Data structure. More...

#include <ErriezOregonTHN128.h>

Public Attributes

uint32_t rawData
 
uint8_t rollingAddress
 
uint8_t channel
 
int16_t temperature
 
bool lowBattery
 

Detailed Description

Data structure.

Definition at line 63 of file ErriezOregonTHN128.h.

Member Data Documentation

◆ channel

uint8_t OregonTHN128Data_t::channel

Channel

Definition at line 66 of file ErriezOregonTHN128.h.

◆ lowBattery

bool OregonTHN128Data_t::lowBattery

Low battery indication

Definition at line 68 of file ErriezOregonTHN128.h.

◆ rawData

uint32_t OregonTHN128Data_t::rawData

Raw data

Definition at line 64 of file ErriezOregonTHN128.h.

◆ rollingAddress

uint8_t OregonTHN128Data_t::rollingAddress

Rolling address

Definition at line 65 of file ErriezOregonTHN128.h.

◆ temperature

int16_t OregonTHN128Data_t::temperature

Temperature

Definition at line 67 of file ErriezOregonTHN128.h.


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