crosstyan ee1c1a0497 major: refactor
- Introduced new enums for LoRa bandwidth and coding rate to improve clarity.
- Updated default values for preamble length, frequency, bandwidth, and coding rate.
- Added new structures for modulation and packet parameters, encapsulating related settings.
- Refactored functions to utilize the new structures, improving parameter management in the llcc68 component.
2025-05-30 16:15:41 +08:00
2025-05-14 12:17:06 +08:00
2025-05-30 16:15:41 +08:00
2025-05-14 12:17:06 +08:00
2025-05-14 12:17:06 +08:00

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

TODO

  • Long-Range Frequency Hopping Spread Spectrum (LR-FHSS)
  • cleanup interface for public use

See

Description
No description provided
Readme 6.2 MiB
Languages
C++ 99.6%
CMake 0.4%