We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 831b73d commit cbc9261Copy full SHA for cbc9261
src/Adafruit_MCP23X18.h
@@ -7,7 +7,7 @@
7
8
#include "Adafruit_MCP23X17.h"
9
10
-#define OUTPUT_PULLUP 4
+#define OUTPUT_PULLUP 4 //!< Additional define for Output with Pullup
11
12
/**************************************************************************/
13
/*!
@@ -22,4 +22,4 @@ class Adafruit_MCP23X18 : public Adafruit_MCP23X17 {
22
23
};
24
25
-#endif
+#endif
0 commit comments