Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added comment for OUTPUT_PULLUP
  • Loading branch information
totalretribution authored Mar 10, 2025
commit cbc9261d2d2de6f69e2a62fc12478237524056b3
4 changes: 2 additions & 2 deletions src/Adafruit_MCP23X18.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include "Adafruit_MCP23X17.h"

#define OUTPUT_PULLUP 4
#define OUTPUT_PULLUP 4 //!< Additional define for Output with Pullup

/**************************************************************************/
/*!
Expand All @@ -22,4 +22,4 @@ class Adafruit_MCP23X18 : public Adafruit_MCP23X17 {

};

#endif
#endif
Loading