This commit is contained in:
2025-11-03 17:06:37 +00:00
parent b49517d6e8
commit 27ce30c0f4
2 changed files with 15 additions and 10 deletions

6
include/pins.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef PINS
#define PINS
#define LED 4
#endif