Treehopper C++ API
|
#include <SpiChipSelectPin.h>
Public Member Functions | |
virtual void | makePushPullOutput ()=0 |
Make the pin a push-pull output. More... | |
virtual bool | digitalValue () |
Retrieve the currently-set digital value of the pin. More... | |
virtual void | digitalValue (bool value) |
Set the pin's digital value. More... | |
Public Attributes | |
int | pinNumber |
Gets the pin number of the pin. More... | |
Spi * | spiModule |
Gets the SPI module this pin can be used with. More... | |
|
inlinevirtualinherited |
Reimplemented in Pin.
|
inlinevirtualinherited |
Reimplemented in Pin.
|
pure virtualinherited |
Implemented in Pin.
int pinNumber |
Spi* spiModule |