b99d063bd89cd0bb479553817f9016ae15cb8012
- Added a comprehensive .gitignore file to exclude unnecessary files and directories for various platforms and tools. - Removed the llcc68.cpp source file as part of the refactoring process. - Updated llcc68.hpp to replace the `init_exti` function declaration with inline interrupt configuration logic. - Changed `EXTI_PIN` to `EXTI_PINS` for clarity and consistency. - Refactored the handling of CAD parameters and improved type safety by using `enum class` for `CAD_EXIT_MODE` and `CAD_SYMB`.
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
Languages
C++
99.6%
CMake
0.4%