Infineon / arduino-xensiv-dps3xx

Infineon's XENSIV™ Digital Pressure Sensor Arduino Library for all DPS3xx barometric pressure sensors
https://www.infineon.com/cms/en/product/sensor/pressure-sensors/pressure-sensors-for-iot/
Other
1 stars 2 forks source link

Measure functions must standby() if the startMeasure functions return DPS__FAIL_TOOBUSY #5

Open OlafFilies opened 1 year ago

OlafFilies commented 1 year ago

Consider this enhancement for the next release of the arduino-xensiv-dps3xx library.

This Ticket was taken over from the deprecated DPS310-Pressure-Sensor, as this repository will be archived. See https://github.com/Infineon/DPS310-Pressure-Sensor/pull/17

Code changes are made in the DpsClass::measureTempOnce and the DpsClass::measurePressureOnce function in the DpsClass

if (ret != DPS__SUCCEEDED) 
{
    if (ret == DPS__FAIL_TOOBUSY)
           {
            standby();
        }
        return ret;
}
github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 6 weeks with no activity. Please comment to this issue if it's still relevant.