This is a Arduino project template for PlatformIO.
Template includes:
- Clang-format rules
- Clangd configuration for LLDB LSP server.
- Makefile with common recipies.
- Install PlatformIO Core CLI.
- Install GNU Make.
- Create a repo out of this template.
- Run
make compiledb
Note
make compiledb should be executed every time a new Arduino library is installed.
Use make build, make upload and make monitor commands.