Logo
Explore Help
Register Sign In
rbxii3/firmware
1
0
Fork 0
You've already forked firmware
mirror of https://github.com/meshtastic/firmware.git synced 2026-01-17 15:27:29 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
2b56e25a016334b2e129aa11aac70835426994a4
firmware/src/mesh/LLCC68Interface.cpp

11 lines
348 B
C++
Raw Normal View History

Allow for better target level Radiolib exclude plumbing (#4906) * WIP * LR11x0 * Anothern * =1
2024-09-30 05:14:22 -05:00
#if RADIOLIB_EXCLUDE_SX126X != 1
[LLCC68] module support
2021-11-17 13:28:08 +03:00
#include "LLCC68Interface.h"
trunk roundhouse kick
2023-01-21 14:34:29 +01:00
#include "configuration.h"
[LLCC68] module support
2021-11-17 13:28:08 +03:00
#include "error.h"
Revert "add a .clang-format file (#9154)" (#9172) I thought git would be smart enough to understand all the whitespace changes but even with all the flags I know to make it ignore theses it still blows up if there are identical changes on both sides. I have a solution but it require creating a new commit at the merge base for each conflicting PR and merging it into develop. I don't think blowing up all PRs is worth for now, maybe if we can coordinate this for V3 let's say. This reverts commit 0d11331d185a60adf84e64ec98642baf6a15a95a.
2026-01-04 12:15:53 +01:00
LLCC68Interface::LLCC68Interface(LockingArduinoHal *hal, RADIOLIB_PIN_TYPE cs, RADIOLIB_PIN_TYPE irq, RADIOLIB_PIN_TYPE rst,
RADIOLIB_PIN_TYPE busy)
: SX126xInterface(hal, cs, irq, rst, busy)
{
}
Allow for better target level Radiolib exclude plumbing (#4906) * WIP * LR11x0 * Anothern * =1
2024-09-30 05:14:22 -05:00
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 72ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API