Skip to content

Commit

Permalink
Add new library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
beegee-tokyo committed Dec 12, 2023
1 parent d0be1e6 commit 81d62d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"nordicnrf52",
"espressif8266",
"nordicnrf52",
"mbed_rp2040"
"mbed_rp2040",
"rp2040"
],
"license": "MIT",
"authors": [
Expand All @@ -37,5 +38,12 @@
"type": "git",
"url": "https://github.com/beegee-tokyo/SX126x-Arduino"
},
"dependencies": [
{
"owner": "khoih-prog",
"name": "RPI_PICO_TimerInterrupt",
"version": "*"
}
],
"homepage": "https://github.com/beegee-tokyo/SX126x-Arduino"
}
3 changes: 2 additions & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ sentence=Arduino library to use Semtech SX126x LoRa chips and modules to communi
paragraph=This library is for LoRa communication with Semtech SX126x chips. It is based on Semtech`s SX126x libraries and adapted to the Arduino framework for ESP32, ESP8266, Nordic nRF52832 and Raspberry RP2040. It will not work with other uC`s like AVR. READ MIGRATION INFORMATION ON GITHUB FOR CHANGES BETWEEN LIBRARY VERSIONS V1.X and V2.
category=Communication
url=https://github.com/beegee-tokyo/SX126x-Arduino/
architectures=esp32,nordicnrf52,esp8266,nrf52,mbed_rp2040
architectures=esp32,nordicnrf52,esp8266,nrf52,mbed_rp2040,rp2040
depends=RPI_PICO_TimerInterrupt

0 comments on commit 81d62d8

Please sign in to comment.