Skip to content

Various C/C++ sensor drivers (MPL3115A2S Altimeter)

Notifications You must be signed in to change notification settings

cjchanx/sensor-driverpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Various C/C++ sensor drivers (MPL3115A2S Altimeter)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages