pressure-wrapper: format code

This commit is contained in:
Vasily Davydov 2022-10-10 14:33:59 +03:00
parent 62ea886575
commit 0492700f3c
2 changed files with 15 additions and 9 deletions

View File

@ -19,6 +19,12 @@ class PressureWrapper
{
public:
PressureWrapper ();
/**
* @brief Get the Status object
*
* @return true
* @return false
*/
bool getStatus ();
int16_t getPressure ();