arduino-emulator
|
Abstract interface for providing I2C hardware implementations. More...
#include <Sources.h>
Public Member Functions | |
virtual HardwareI2C * | getI2C ()=0 |
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.