Upload files to "SPI2Slave_T4"
Added swap pins function. (MOSI / MISO)
This commit is contained in:
@ -34,6 +34,7 @@ SPI2Slave_T4_CLASS class SPI2Slave_T4 : public SPI2Slave_T4_Base {
|
||||
void onReceive(_SPI_ptr handler) { _spihandler = handler; }
|
||||
bool active();
|
||||
bool available();
|
||||
void swapPins(bool enable = 1);
|
||||
void pushr(uint32_t data);
|
||||
uint32_t popr();
|
||||
|
||||
|
Reference in New Issue
Block a user