chonky #670

Merged
muellerr merged 278 commits from v3.0.0-dev into main 2023-06-11 14:25:21 +02:00
Showing only changes of commit 410fd1c425 - Show all commits

View File

@ -95,7 +95,7 @@ static constexpr uint32_t ADIS_DATASET_ID = READ_SENSOR_DATA;
static constexpr uint32_t ADIS_CFG_DATASET_ID = READ_OUT_CONFIG; static constexpr uint32_t ADIS_CFG_DATASET_ID = READ_OUT_CONFIG;
static constexpr uint16_t FILT_CTRL = 0x0000; static constexpr uint16_t FILT_CTRL = 0x0000;
static constexpr uint16_t DEC_RATE = 0x0013; static constexpr uint16_t DEC_RATE = 0x00C7;
enum GlobCmds : uint8_t { enum GlobCmds : uint8_t {
FACTORY_CALIBRATION = 0b0000'0010, FACTORY_CALIBRATION = 0b0000'0010,