#include <LOW_component.h>
Inheritance diagram for LOW_component:
Public Methods | |
LOW_component () | |
Constructor. More... | |
virtual | ~LOW_component () |
Destructor. More... |
Any component class representing a concrete 1-Wire based component must inherit from this class.
Definition at line 34 of file LOW_component.h.
|
Constructor.
Definition at line 26 of file LOW_component.cpp. |
|
Destructor.
Definition at line 31 of file LOW_component.cpp. |