Standard C driver for MEMS are on GitHub , see here
This repository contains platform independent drivers for STMicroelectronics sensors. Sensor drivers and examples were written in C programming language.
This repository contains two types of folders, identifiable using the following naming convention:
- folder that contains the sensor drivers, named
xxxxxxx_STdC
wherexxxxxxx
identifies the a sensor part number, - folder that contains the demo project, named
_prj_XXXXXXX
whereXXXXXXX
is the name of the ST evaluation board,
Another folder, named _resources
, can not be identified with the two types described above and contains other useful resources such as libraries and predefined device configurations used in some examples.
In order to clone
the complete content of this folder use the command:
git clone --recursive https://github.com/STMicroelectronics/STMems_Standard_C_drivers