Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Grove-Barometric_Pressure_Sensor_Example
Diff: HP206C.h
- Revision:
- 2:8f5aa7475f97
- Parent:
- 1:c5247b2ef5af
- Child:
- 3:dd1c93488020
--- a/HP206C.h Tue Jun 25 13:20:39 2019 +0000 +++ b/HP206C.h Tue Jun 25 13:40:46 2019 +0000 @@ -43,7 +43,7 @@ void reset(); - float performMeasAndreadAltitude(); + float measureAndreadAltitude(); float readTemperature(); float readPressure(); @@ -63,9 +63,9 @@ void softReset(); void recalibrate(); uint32_t readData3Bytes(); - uint32_t *readData6Bytes(); + // uint32_t *readData6Bytes(); void readTemperatureAndPressureStep1(); - void readTemperatureAndPressureStep2(); + // void readTemperatureAndPressureStep2(); void readAltitude(); uint8_t getConversionTime();