We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6b2f8 commit e456547Copy full SHA for e456547
glob_def.h
@@ -12,7 +12,7 @@
12
#include <stdbool.h>
13
14
#ifndef F_CPU
15
- #define F_CPU 16000000UL
+ #define F_CPU 16000000UL // 16 MHZ
16
#endif /* F_CPU */
17
18
#define BIT(x) (1 << (x))
uno_def.h
@@ -9,6 +9,12 @@
9
#ifndef UNO_DEF_H_
10
#define UNO_DEF_H_
11
+// LED
+#define LED P13
+#define _LED _P13
+#define __LED __P13
+#define _LED_ _P13_
+
// Pins
19
#define A0 PORTC0
20
#define A1 PORTC1
0 commit comments