Upload files to "SPI2Slave_T4"

Added swap pins function. (MOSI / MISO)
This commit is contained in:
2025-05-28 09:48:07 +02:00
parent 6ddc406a40
commit 39752647df
2 changed files with 10 additions and 1 deletions

View File

@ -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();