SX126x-Arduino  2.0.1
spi_board.h
Go to the documentation of this file.
1 #ifndef SPI_BOARD_H
2 #define SPI_BOARD_H
3 #include <SPI.h>
4 extern SPIClass SPI_LORA;
5 
6 void initSPI(void);
7 #endif // SPI_BOARD_H
SPI_LORA
SPIClass SPI_LORA
initSPI
void initSPI(void)