refactoring done

This commit is contained in:
2022-12-18 16:45:21 +01:00
parent 45dd08e1f0
commit 765bdb9cb3
4 changed files with 168 additions and 81 deletions

View File

@ -0,0 +1,17 @@
#ifndef _DEFINES_H_
#define _DEFINES_H_
#define RX_PIN 7
#define TX_PIN 6
#define RE_PIN 5
#define DE_PIN 4
#define LED_RED 3
#define LED_GREEN 2
#define LED_BLUE 45
#endif /* _DEFINES_H_ */