Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.58 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.58 KB

sensor-driverpack

Collection of various sensor drivers compatible with C/C++ projects, intended to support a variety of microcontrollers.

C C++ Badge Name STMicro

Usage Instructions

Navigate to the relevent sensor's folder and read the README. Each sensor will require a communication interface. For example the MPL3115A2S altimeter requires the I2CPeripheral_Interface.h file which contains two function declarations that the user must define for the particular microcontroller in any new .c file, a basic example using STM32's HAL can be found in I2CPeripheral_STM32HAL.c.

Sensors

MPL3115A2S NXP Pressure Sensor with Altimetry Support (Datasheet)

  • I2C interface, currently supports various configurations for polling and interrupt modes.

Documentation

Each folder contains documentation for that device driver.