Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 751 Bytes

File metadata and controls

23 lines (16 loc) · 751 Bytes

Install

These files+folders must be copied to your Arduino Library folder; It should be at

C:\Users{username}\Documents\Arduino

Advanced users might want to just hard-link or sym-link this header file instead.

Board Support

Adafruit's vendor json, as well as the appropriate board pack. Documentation here: https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module/using-with-arduino-ide

Additional Libraries

Using Arduino's library manager, you'll need to install a few additional libraries

  • RadioHead by Mike McCauley
  • Encoder by Paul Stroffregen
  • elapsedMillis by Paul Stroffregen
  • RadioHead by Mike Mccauley
  • Scheduler by Arduino
  • Adafruit Sleepydog Library by Adafruit
  • GPIO_NXP_Arduino by Tedd OKANO