#include <bosch_drivers_common.hpp>
Go to the source code of this file.
Namespaces | |
namespace | bosch_drivers_common |
Variables | |
static const unsigned long | bosch_drivers_common::DEFAULT_BAUD_RATE = 115200 |
Default BAUD rate for connecting devices over serial ports. | |
static const uint8_t | bosch_drivers_common::FAILURE = 0x35 |
static const uint8_t | bosch_drivers_common::FREQ_FAST = 0x01 |
static const uint8_t | bosch_drivers_common::FREQ_STANDARD = 0x00 |
I2C frequency selection. | |
uint16_t | bosch_drivers_common::MAX_ADC_VALUE = 1023 |
ADC constants. | |
static const uint8_t | bosch_drivers_common::READ = 0 |
static const uint8_t | bosch_drivers_common::SUCCESS = 0x34 |
static const uint8_t | bosch_drivers_common::VERIFY = 0x33 |
static const uint8_t | bosch_drivers_common::WRITE = 1 |