|
Avionics
Core avionics package for CURE flight computers
|
#include "Serial_Sim.h"
Go to the source code of this file.
Classes | |
| class | Adafruit_BMP3XX |
| Mock BMP3XX sensor backed by SerialSim data. More... | |
Macros | |
| #define | BMP3_NO_OVERSAMPLING 0x00 |
| #define | BMP3_OVERSAMPLING_2X 0x01 |
| #define | BMP3_OVERSAMPLING_4X 0x02 |
| #define | BMP3_OVERSAMPLING_8X 0x03 |
| #define | BMP3_OVERSAMPLING_16X 0x04 |
| #define | BMP3_OVERSAMPLING_32X 0x05 |
| #define | BMP3_IIR_FILTER_COEFF_3 0x02 |
| #define | BMP3_ODR_100_HZ 0x01 |
| #define | BMP3_ODR_50_HZ 0x02 |
| #define BMP3_IIR_FILTER_COEFF_3 0x02 |
Definition at line 31 of file Serial_Sim_BMP390.h.
| #define BMP3_NO_OVERSAMPLING 0x00 |
Definition at line 7 of file Serial_Sim_BMP390.h.
| #define BMP3_ODR_100_HZ 0x01 |
Definition at line 35 of file Serial_Sim_BMP390.h.
| #define BMP3_ODR_50_HZ 0x02 |
Definition at line 39 of file Serial_Sim_BMP390.h.
| #define BMP3_OVERSAMPLING_16X 0x04 |
Definition at line 23 of file Serial_Sim_BMP390.h.
| #define BMP3_OVERSAMPLING_2X 0x01 |
Definition at line 11 of file Serial_Sim_BMP390.h.
| #define BMP3_OVERSAMPLING_32X 0x05 |
Definition at line 27 of file Serial_Sim_BMP390.h.
| #define BMP3_OVERSAMPLING_4X 0x02 |
Definition at line 15 of file Serial_Sim_BMP390.h.
| #define BMP3_OVERSAMPLING_8X 0x03 |
Definition at line 19 of file Serial_Sim_BMP390.h.