crosstyan c549538844 Enhance llcc68 definitions with new bandwidth and coding rate enums
- Added a new bandwidth enum value for 7.8MHz and corresponding string conversion function.
- Introduced a string conversion function for coding rates.
- Implemented a utility function to safely convert uint8_t to optional for spreading factors.
- Enhanced the modulation parameters structure with a to_string method for better representation.
2025-06-03 18:33:51 +08:00
2025-05-14 12:17:06 +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%