RF24Ethernet - TCP/IP over RF24Network v2.1.4
TMRh20 - Pushing the practical limits of RF24 modules
Loading...
Searching...
No Matches
AGENTS

Project type: Arduino library.

Building docs

requires: doxygen

steps:

  • cd docs
  • doxygen (generates docs/html)
  • optional: open docs/html/index.html

Format sources

requires: clang-format v14.x

steps:

  • clang-format-14 -i --style=file <file>
  • On Windows (powershell does not expand globs): clang-format -i --style=file <file>