avsa242 / lps25-spin

P8X32A/Propeller, P2X8C4M64P/Propeller 2 driver object for the LPS25 Pressure Sensor/Altimeter
MIT License
0 stars 0 forks source link
altimeter barometer i2c lps25 lps25hb p2x8c4m64p p8x32a pressure propeller propeller2 sensor spin spin2 temperature

lps25-spin


This is a P8X32A/Propeller, P2X8C4M64P/Propeller 2 driver object for the ST LPS25 Barometric Pressure sensor.

IMPORTANT: This software is meant to be used with the spin-standard-library (P8X32A) or p2-spin-standard-library (P2X8C4M64P). Please install the applicable library first before attempting to use this code, otherwise you will be missing several files required to build the project.

Salient Features

Requirements

P1/SPIN1:

P2/SPIN2:

Compiler Compatibility

Processor Language Compiler Backend Status
P1 SPIN1 FlexSpin (6.9.4) Bytecode OK
P1 SPIN1 FlexSpin (6.9.4) Native/PASM OK
P2 SPIN2 FlexSpin (6.9.4) NuCode Runtime bad (SPI)
P2 SPIN2 FlexSpin (6.9.4) Native/PASM2 OK

(other versions or toolchains not listed are not supported, and may or may not work)

Limitations