Added format and ini files

This commit is contained in:
2026-03-22 22:54:05 +01:00
parent def4197c0b
commit ea32d8e5b4
2 changed files with 6 additions and 0 deletions

2
.clang-format Normal file
View File

@@ -0,0 +1,2 @@
BasedOnStyle: LLVM
BreakBeforeBraces: Attach

View File

@@ -12,3 +12,7 @@
platform = atmelavr platform = atmelavr
board = megaatmega2560 board = megaatmega2560
framework = arduino framework = arduino
monitor_speed = 115200
lib_deps =
marcoschwartz/LiquidCrystal_I2C@^1.1.4
mikalhart/TinyGPSPlus@^1.1.0