Thermal: Some formatting stuff, doc to do

Need to find out how to use the thermal components
This commit is contained in:
2020-02-15 18:26:25 +01:00
parent a7964c7200
commit e15839b3a6
7 changed files with 72 additions and 38 deletions

View File

@ -16,7 +16,8 @@
*/
/**
* @brief Base class for Temperature Sensor, implements all important interfaces
* @brief Base class for Temperature Sensor, implements all important interfaces.
* Please use the TemperatureSensor class to implement the actual sensors.
* @ingroup thermal
*/
class AbstractTemperatureSensor: public HasHealthIF,