![]() |
RUI3 (RAK Unified Interface 3) - RAK4631
|
Public Member Functions | |
rak1906 () | |
bool | init (void) |
This function enabled the RAK1906 sensor and puts the device into standby mode / sleep mode for lowest power consumption. More... | |
bool | update (void) |
This function will trigger the RAK1906 to update the Environment values, after the values are updated theRAK1906 will go back to power saving mode. More... | |
float | temperature (void) |
This function will trigger the RAK1906 to return the latest TEMPERATURE value. More... | |
float | humidity (void) |
This function will trigger the RAK1906 to return the latest HUMIDITY value. More... | |
float | pressure (void) |
This function will trigger the RAK1906 to return the latest AIR PRESSURE value. More... | |
float | gas (void) |
This function will trigger the RAK1906 to return the latest GAS value. More... | |
Data Fields | |
int32_t | tmpTemperature |
int32_t | tmpHumidity |
int32_t | tmpPressure |
int32_t | tmpGas |
rak1906 | ( | ) |
bool init | ( | void | ) |
This function enabled the RAK1906 sensor and puts the device into standby mode / sleep mode for lowest power consumption.
bool update | ( | void | ) |
This function will trigger the RAK1906 to update the Environment values, after the values are updated theRAK1906 will go back to power saving mode.
float temperature | ( | void | ) |
This function will trigger the RAK1906 to return the latest TEMPERATURE value.
float humidity | ( | void | ) |
This function will trigger the RAK1906 to return the latest HUMIDITY value.
float pressure | ( | void | ) |
This function will trigger the RAK1906 to return the latest AIR PRESSURE value.
float gas | ( | void | ) |
This function will trigger the RAK1906 to return the latest GAS value.
int32_t tmpTemperature |
int32_t tmpHumidity |
int32_t tmpPressure |
int32_t tmpGas |