We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf1733f + d839198 commit 70801beCopy full SHA for 70801be
1 file changed
src/arduino/Arduino.h
@@ -42,6 +42,7 @@ void yield(void);
42
#define INPUT 0x0
43
#define OUTPUT 0x1
44
#define INPUT_PULLUP 0x2
45
+#define INPUT_PULLDOWN 0x3
46
47
#define PI 3.1415926535897932384626433832795
48
#define HALF_PI 1.5707963267948966192313216916398
0 commit comments