8 lines
499 B
Markdown
8 lines
499 B
Markdown
# SX128x Arduino Library
|
|
|
|
This repository is based on the [StuartsProjects](https://github.com/StuartsProjects/SX12XX-LoRa) repository (as of the March 2024 commit) and focuses exclusively on the SX128x library, with additional features and improvements.
|
|
|
|
### Additional Features
|
|
- **Reliable Packet Transmission with Addressing**:
|
|
New functions `transmitReliableAutoACK_addr` and `receiveReliableAutoACK_addr` have been added to enhance reliable communication with built-in addressing support.
|