20 lines
560 B
Markdown
20 lines
560 B
Markdown
# LLCC68 driver
|
|
|
|
in-house driver for LLCC68 that should NOT be used other than for LLCC68.
|
|
Internal buffer, C++ 20 features is used.
|
|
|
|
## Usage
|
|
|
|
See [app_const_llcc68_template.hpp](inc/template/app_const_llcc68_template.hpp)
|
|
|
|
## TODO
|
|
|
|
- [ ] Long-Range Frequency Hopping Spread Spectrum (LR-FHSS)
|
|
- [ ] cleanup interface for public use
|
|
|
|
## See
|
|
|
|
- [Lora-net/sx126x_driver](https://github.com/Lora-net/sx126x_driver)
|
|
- [Lora-net/SWDM001](https://github.com/Lora-net/SWDM001)
|
|
- [jgromes/RadioLib](https://github.com/jgromes/RadioLib/tree/master/src/modules/SX126x)
|