Skip to content

Commit cbc9261

Browse files
Added comment for OUTPUT_PULLUP
1 parent 831b73d commit cbc9261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Adafruit_MCP23X18.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include "Adafruit_MCP23X17.h"
99

10-
#define OUTPUT_PULLUP 4
10+
#define OUTPUT_PULLUP 4 //!< Additional define for Output with Pullup
1111

1212
/**************************************************************************/
1313
/*!
@@ -22,4 +22,4 @@ class Adafruit_MCP23X18 : public Adafruit_MCP23X17 {
2222

2323
};
2424

25-
#endif
25+
#endif

0 commit comments

Comments
 (0)