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

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

#include <Sources.h>

Inheritance diagram for arduino::SPISource:
arduino::HardwareSetupRPI arduino::HardwareSetupRemote

Public Member Functions

virtual HardwareSPIgetSPI ()=0
 

Detailed Description

Abstract interface for providing SPI hardware implementations.

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

See also
HardwareSPI
SPIWrapper

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