forgot to add that

This commit is contained in:
dario 2024-05-16 20:41:38 +02:00
parent d013fbe62b
commit 516a47c9eb

View File

@ -122,6 +122,16 @@ namespace sta
*/ */
void setOsr(OsrLevel osr); void setOsr(OsrLevel osr);
/**
* @brief
*
* @param type
* @param blocking
*/
void requestData(DataType type, bool blocking = false);
bool hasData(DataType type);
/** /**
* @brief Reads the current pressure value from the sensor. Obtains the temperature value from the interal sensor. * @brief Reads the current pressure value from the sensor. Obtains the temperature value from the interal sensor.
* *