Skip to content

Commit

Permalink
docs: added function return (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Jan 6, 2025
2 parents 35f29c0 + 0f770a9 commit e104ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/watersensor/waterSensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@ void WaterSensor::forceState(uint8_t water_detect_state)

/**
* @brief gets the current reading of the sensor (not the overall status w/ hystersis)
*
* @return uint8_t
*/
*
* @return uint8_t current reading of the sensor
*/
uint8_t WaterSensor::getCurrentReading()
{
uint8_t temp_8;
Expand Down

0 comments on commit e104ce3

Please sign in to comment.