Add LIN_to_IR environment, correct SWM key mappings, and organize Arduino project files

This commit is contained in:
2026-05-25 12:33:19 +02:00
parent 66e2e74da0
commit 3448744673
6 changed files with 276 additions and 1 deletions
+5
View File
@@ -36,3 +36,8 @@ build_src_filter = -<*> +<Arduino/Blink_Test/>
[env:IR_remote_test]
extends = env:attiny84_isp
build_src_filter = -<*> +<Arduino/IR_remote_test/>
; Environment for decoding LIN bus events and converting to IR remote commands
[env:LIN_to_IR]
extends = env:attiny84_isp
build_src_filter = -<*> +<Arduino/LIN_to_IR/>