Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
OlafFilies opened this issue Jun 28, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation DPS310 enhancement New feature or request stale

Comments

@OlafFilies
Copy link
Member

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 Infineon/DPS310-Pressure-Sensor#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;
}
@OlafFilies OlafFilies added documentation Improvements or additions to documentation enhancement New feature or request DPS310 labels Jun 28, 2023
@OlafFilies OlafFilies self-assigned this Jun 28, 2023
mhaberler pushed a commit to mhaberler/arduino-xensiv-dps3xx that referenced this issue May 14, 2024
mhaberler pushed a commit to mhaberler/arduino-xensiv-dps3xx that referenced this issue Jun 6, 2024
mhaberler pushed a commit to mhaberler/arduino-xensiv-dps3xx that referenced this issue Jun 6, 2024
Copy link

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.

@github-actions github-actions bot added the stale label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation DPS310 enhancement New feature or request stale
Projects
None yet
Development

No branches or pull requests

1 participant