We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c0a72 commit 3db7484Copy full SHA for 3db7484
cores/arduino/wiring_digital.h
@@ -25,6 +25,8 @@
25
26
#include "WVariant.h"
27
28
+typedef int PinStatus;
29
+
30
/**
31
* \brief Configures the specified pin to behave either as an input or an output. See the description of digital pins for details.
32
*
0 commit comments