Menu

MCP23017.H

jackjames
2018-03-09
2018-03-11
  • jackjames

    jackjames - 2018-03-09

    Looking at the MCP23017.H file I noticed an error on two definitions that have the same name:

    #define MCP23017_IOCON 0x0A '0 = Interrupt on change, 1 = Interrupt on Difference
    #define MCP23017_IOCON 0x0B

    The two definitions must be changed to:
    #define MCP23017_IOCONA 0x0A
    #define MCP23017_IOCONB 0x0B

     
    • Anobium

      Anobium - 2018-03-09

      Can you upload a completed version ? I would like to use your version to ensure I do not mess up.

      :-)

       
  • jackjames

    jackjames - 2018-03-09

    Ok.
    This is the new version.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.