mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-04 14:26:31 +02:00
"fix" SPI
This commit is contained in:
@ -288,4 +288,3 @@ void SPIClass::writePattern_(uint8_t * data, uint8_t size, uint8_t repeat)
|
||||
}
|
||||
|
||||
SPIClass SPI(VSPI);
|
||||
SPIClass SPI1(HSPI);
|
||||
|
@ -83,6 +83,5 @@ public:
|
||||
};
|
||||
|
||||
extern SPIClass SPI;
|
||||
extern SPIClass SPI1;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user