Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 364 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 364 Bytes

Lualtek device library for TTN + RN2483 + ATMega320u

How to use it

When developing a firmware using Platformio just add the repository link to your platformio.ini file:

[env:your_env]
platform = atmelavr
board = leonardo
framework = arduino
lib_deps =
  https://github.com/lualtek/ttn-device-lib.git
  thethingsnetwork/TheThingsNetwork@^2.7.2