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 5e1e016 commit 2d3b525Copy full SHA for 2d3b525
src/Notecard.h
@@ -36,6 +36,50 @@
36
#include "mock/mock-parameters.hpp"
37
#endif
38
39
+#ifdef ARDUINO_ARCH_ESP32
40
+
41
+#ifdef B0
42
+#undef B0
43
+#endif
44
+#define B0 21
45
46
+#ifdef D5
47
+#undef D5
48
49
+#define D5 14
50
51
+#ifdef D6
52
+#undef D6
53
54
+#define D6 32
55
56
+#ifdef D9
57
+#undef D9
58
59
+#define D9 15
60
61
+#ifdef D10
62
+#undef D10
63
64
+#define D10 33
65
66
+#ifdef D11
67
+#undef D11
68
69
+#define D11 27
70
71
+#ifdef D12
72
+#undef D12
73
74
+#define D12 12
75
76
+#ifdef D13
77
+#undef D13
78
79
+#define D13 13
80
81
82
83
/**************************************************************************/
84
/*!
85
@brief Class that stores state and functions for interacting with the
0 commit comments