Closed JyeSmith closed 4 years ago
What is the best way to use SPI2 on the stm32f1?
Thanks
Always the way... ask and then immediately figure it out 😄
SPIClass SPITwo(PB15, PB14, PB13); SX1276 lora = new Module(LoRa_NSS, LoRa_DIO0, LoRa_RESET, LoRa_DIO1, SPITwo);
What is the best way to use SPI2 on the stm32f1?
Thanks