arduino-emulator
|
Abstract interface for providing GPIO hardware implementations. More...
#include <Sources.h>
Public Member Functions | |
virtual HardwareGPIO * | getGPIO ()=0 |
Abstract interface for providing GPIO hardware implementations.
GPIOSource defines a factory interface for supplying HardwareGPIO implementations. This abstraction allows wrapper classes to obtain GPIO hardware instances from various sources without coupling to specific hardware providers.