Llibrary for the WiGo MPL3115A2, I2C Precision Altimeter sensor.

Dependents:   KL25Z_Batt_Test WIGO_MPL3115A2 Multi-Sensor SPACEmk2 ... more

30/05/2013 Added and tested the data acquisition using Interrupt. Added code for Altimeter trigger Interrupt but not yet tested.

Very basic library. Under development. Need to add in order: 1. IRQ configuration. 2. FIFO mode configuration.

History

Added License default tip

2020-07-10, by clemente [Fri, 10 Jul 2020 14:58:19 +0000] rev 11

Added License


Added a function to return delta values. Corrected but in case of negative numbers.

2013-09-24, by clemente [Tue, 24 Sep 2013 20:22:25 +0000] rev 10

Added a function to return delta values. Corrected but in case of negative numbers.


Added function to read the maximum and minimum value captured. Some modification to the internal function.

2013-09-22, by clemente [Sun, 22 Sep 2013 11:17:28 +0000] rev 9

Added function to read the maximum and minimum value captured. Some modification to the internal function.


Added functions to set offset for temperature, altitude and pressure, as De Cremer Tim suggest.

2013-09-22, by clemente [Sun, 22 Sep 2013 07:04:14 +0000] rev 8

Added functions to set offset for temperature, altitude and pressure, as De Cremer Tim suggest.


changed the name of the pointer to user callback function.

2013-08-25, by clemente [Sun, 25 Aug 2013 21:48:05 +0000] rev 7

changed the name of the pointer to user callback function.


Added check for data available.

2013-08-22, by clemente [Thu, 22 Aug 2013 14:52:16 +0000] rev 6

Added check for data available.


Added function to read raw data in polling mode. Minor change.

2013-08-22, by clemente [Thu, 22 Aug 2013 12:03:19 +0000] rev 5

Added function to read raw data in polling mode. Minor change.


Added and tested the data acquisition using Interrupt. Added code for Altimeter trigger Interrupt but not yet tested.

2013-05-30, by clemente [Thu, 30 May 2013 07:27:24 +0000] rev 4

Added and tested the data acquisition using Interrupt. Added code for Altimeter trigger Interrupt but not yet tested.


Code for Altitude trigger and data ready using IRQ. To be tested.

2013-05-29, by clemente [Wed, 29 May 2013 11:56:52 +0000] rev 3

Code for Altitude trigger and data ready using IRQ. To be tested.


Streaming data using Interrupt. Not tested.

2013-05-29, by clemente [Wed, 29 May 2013 05:57:15 +0000] rev 2

Streaming data using Interrupt. Not tested.