mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:32:44 +01:00
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
|
/**
|
||
|
* @defgroup pkg_lorabasicsmodem LoRa Basics
|
||
|
* @ingroup pkg
|
||
|
* @brief LoRa Basics Modem
|
||
|
*
|
||
|
* # HAL implementation for the SX1280 LoRa radio driver and vendor code for SX1280
|
||
|
*
|
||
|
* # License
|
||
|
*
|
||
|
* Licensed under BSD.
|
||
|
*
|
||
|
* @see git@github.com:lorabasics/lorabasicsmodem.git
|
||
|
*/
|