мелкое

This commit is contained in:
KLASSENTS 2025-01-29 16:04:42 +07:00
parent ebe6b710a0
commit be97466472

View File

@ -98,7 +98,7 @@ static const uint8_t MOSI = PIN_SPI_MOSI;
static const uint8_t MISO = PIN_SPI_MISO; static const uint8_t MISO = PIN_SPI_MISO;
static const uint8_t SCK = PIN_SPI_SCK; static const uint8_t SCK = PIN_SPI_SCK;
// config SEL_NSS1 to replace D10 to different controller pin, // config SEL_NSS1 to replace D10 to different controller pin,
// because pin 1.3 which is D10 by default is needed to spi // because NSS which is D9/D10 by default is needed to spi
void spi_onBegin(uint8_t spiNum); void spi_onBegin(uint8_t spiNum);
void spi_onEnd(uint8_t spiNum); void spi_onEnd(uint8_t spiNum);