feat: commentaire for doc

This commit is contained in:
Clement 2023-05-14 09:09:13 +02:00
parent b0c90360b8
commit b9b6d71ba0

View File

@ -40,7 +40,13 @@ public:
*/ */
void wifiWaiting(); void wifiWaiting();
/**
* @brief show the sensor value
*
* @param distance length value
* @param poid weith value
* @param humitemp humidity and temperature value
*/
void printVal(String distance, String poid, String humitemp); void printVal(String distance, String poid, String humitemp);
private: private: