HF-BNO08x  0.1.0-dev
Loading...
Searching...
No Matches
BNO08x_TestConfig::Temperature Struct Reference

Temperature Specifications (celsius) More...

#include <esp32_bno08x_test_config.hpp>

Static Public Attributes

static constexpr int16_t OPERATING_MIN = -40
 Minimum operating temperature (°C)
 
static constexpr int16_t OPERATING_MAX = 85
 Maximum operating temperature (°C)
 
static constexpr int16_t WARNING_THRESHOLD = 75
 Temperature warning threshold (°C)
 

Detailed Description

Temperature Specifications (celsius)

Operating temperature range from BNO08x datasheet.

Member Data Documentation

◆ OPERATING_MAX

constexpr int16_t BNO08x_TestConfig::Temperature::OPERATING_MAX = 85
staticconstexpr

Maximum operating temperature (°C)

◆ OPERATING_MIN

constexpr int16_t BNO08x_TestConfig::Temperature::OPERATING_MIN = -40
staticconstexpr

Minimum operating temperature (°C)

◆ WARNING_THRESHOLD

constexpr int16_t BNO08x_TestConfig::Temperature::WARNING_THRESHOLD = 75
staticconstexpr

Temperature warning threshold (°C)


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