12 #ifndef INCLUDE_DISTORTOS_DEVICES_COMMUNICATION_SPIDEVICESELECTGUARD_HPP_ 13 #define INCLUDE_DISTORTOS_DEVICES_COMMUNICATION_SPIDEVICESELECTGUARD_HPP_ 67 #endif // INCLUDE_DISTORTOS_DEVICES_COMMUNICATION_SPIDEVICESELECTGUARD_HPP_ ~SpiDeviceSelectGuard()
SpiDeviceSelectGuard's destructor.
Definition: SpiDeviceSelectGuard.hpp:49
Definition: SpiDeviceSelectGuard.hpp:29
OutputPin & slaveSelectPin_
reference to slave select pin of this SPI slave device
Definition: SpiDeviceSelectGuard.hpp:60
Definition: OutputPin.hpp:29
virtual void set(bool state)=0
Sets state of pin.
Top-level namespace of distortos project.
Definition: buttons.hpp:33
SpiDeviceSelectGuard(OutputPin &slaveSelectPin)
SpiDeviceSelectGuard's constructor.
Definition: SpiDeviceSelectGuard.hpp:39