arduino-emulator
Loading...
Searching...
No Matches
Public Member Functions | List of all members
arduino::I2CSource Class Referenceabstract

Abstract interface for providing I2C hardware implementations. More...

#include <Sources.h>

Inheritance diagram for arduino::I2CSource:
arduino::HardwareSetupRPI arduino::HardwareSetupRemote

Public Member Functions

virtual HardwareI2CgetI2C ()=0
 

Detailed Description

Abstract interface for providing I2C hardware implementations.

I2CSource defines a factory interface for supplying HardwareI2C implementations. This abstraction allows wrapper classes to obtain I2C hardware instances from various sources without coupling to specific hardware providers.

See also
HardwareI2C
I2CWrapper

The documentation for this class was generated from the following file: