crosstyan fca2e8cc47 refactor: improve function signatures and type safety in llcc68 definitions
- Removed unnecessary include of <cstddef>.
- Updated function signatures to use trailing return types and added [[nodiscard]] attribute for better safety and clarity.
- Standardized float literals to use uppercase 'F' for consistency.
- Simplified the valid_ldr_optimize function for improved readability.
2025-06-05 16:31:44 +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 10 MiB
Languages
C++ 99.5%
CMake 0.5%