Heltec-Aaron-Lee / WiFi_Kit_series

Arduino source codes and toolchain for WiFi_Kit_series made by HelTecAutomation.
GNU Lesser General Public License v2.1
730 stars 304 forks source link

Can lorawan102 use in arduino uno? #227

Open chris-william0829 opened 7 months ago

chris-william0829 commented 7 months ago

hello, guys. I want to use this lib in arduino uno with a lora shield. But I found that the code:

mcu.begin();

is hidden.

My pin is

define RADIO_NSS 10

define RADIO_RST 9

define RADIO_INT 2

define RADIO_MOSI 11

define RADIO_MISO 12

define RADIO_CLK 13

can anyone help me to start the spi?