AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
236 stars 141 forks source link

Components: add I2C, SPI drivers for LPS25H barometric sensor. #394

Closed simonjwright closed 2 years ago

simonjwright commented 2 years ago

These drivers don’t support FIFO operation; just call Get_Data to retrieve the latest value.

The altitude above sea level value returned by Get_Data assumes a (very) simplified model.

Fabien-Chouteau commented 2 years ago

Thanks for your contribution @simonjwright