This commit is contained in:
2023-01-21 15:27:41 +01:00
parent bfccf051b4
commit 9c7bf54f34
8 changed files with 294 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#ifndef _DEFINES_H_
#define _DEFINES_H_
#define ONE_WIRE 4
#define LED_RED 3
#define LED_GREEN 2
#define LED_BLUE 45
#endif /* _DEFINES_H_ */