On this page
article
peary::hal::Component
peary::hal::Component
This class serves as base class for a unified interface to hardware components.
#include <peary/hal/Components.hpp>
Inherited by peary::component::ADS7828, peary::component::DAC7678, peary::component::EEPROM24LC32A, peary::component::INA226, peary::component::PCA9539, peary::component::Si5345, peary::component::Si570, peary::component::TMP101
Public Functions
| Name | |
|---|---|
| Component() =defaultDefault constructor. | |
| virtual | ~Component() =defaultDefault destructor. |
Public Functions Documentation
function Component
Component() =default
Default constructor.
function ~Component
virtual ~Component() =default
Default destructor.
Updated on 2025-11-14 at 11:31:23 +0100