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

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

#include <Sources.h>

Inheritance diagram for arduino::GPIOSource:
arduino::HardwareSetupRPI arduino::HardwareSetupRemote

Public Member Functions

virtual HardwareGPIOgetGPIO ()=0
 

Detailed Description

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.

See also
HardwareGPIO
GPIOWrapper

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