MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
Files | |
file | accelerometer.h [code] |
Generic class providing high level access to an accelerometer. | |
file | accelerometer_bosch.h [code] |
Interacts with the supported Bosch accelerometers, currently BMI270, BMI160 and BMA255. | |
file | accelerometer_mma8452q.h [code] |
Functions for interacting with the MMA8452Q accelerometer. | |
file | ambientlight_ltr329.h [code] |
Functions for interacting with the LTR329 ambient light sensor. | |
file | barometer_bosch.h [code] |
Interacts with the supported Bosch barometers, currenly BMP280 and BME280. | |
file | colordetector_tcs34725.h [code] |
Communicates with the TCS34725 color detector. | |
file | conductance.h [code] |
Interacts with conductance measurement sources. | |
file | gpio.h [code] |
Interacts with the general purpose I/O pins on the board. | |
file | gyro_bosch.h [code] |
Functions for interacting with the BMI160 and BMI270 gyro. | |
file | humidity_bme280.h [code] |
Communicates with the BME280 humidity sensor, only available on MetaEnvironment boards. | |
file | i2c.h [code] |
Communicates with sensors on the I2C bus. | |
file | magnetometer_bmm150.h [code] |
Communicates with the BMM150 magnetometer. | |
file | multichanneltemperature.h [code] |
Interacts with various temperature sources. | |
file | proximity_tsl2671.h [code] |
Communicates with the TSL2671 proximity detector. | |
file | sensor_fusion.h [code] |
Performs sensor fusion using accelerometer, gyro, and magnetometer data. | |
file | spi.h [code] |
Communicates with sensors on the SPI bus. | |
file | switch.h [code] |
Push button switch. | |