| 
    ChibiOS
    0.0.0
    
   | 
 
Base hygrometer class. More...
#include <hal_hygrometer.h>


Data Fields | |
| const struct BaseHygrometerVMT * | vmt | 
| Virtual Methods Table.  More... | |
  Data Fields inherited from BaseSensor | |
| const struct BaseSensorVMT * | vmt | 
| Virtual Methods Table.  More... | |
  Data Fields inherited from BaseObject | |
| const struct BaseObjectVMT * | vmt | 
| Virtual Methods Table.  More... | |
Base hygrometer class.
This class represents a generic hygrometer.
Definition at line 86 of file hal_hygrometer.h.
| const struct BaseHygrometerVMT* BaseHygrometer::vmt | 
Virtual Methods Table.
Definition at line 88 of file hal_hygrometer.h.
Referenced by hts221ObjectInit().