blemasle / arduino-mcp23017

Complete support of MCP23017
MIT License
71 stars 40 forks source link

Fix enumerator case in comment. #29

Closed dok-net closed 2 years ago

dok-net commented 2 years ago

The MCP23017InterruptMode enumerators unfortunately were spelled in all capitals in the comment of the function that uses them. This PR fixes that.