Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
MCP23017.h
00001 #ifndef MCP23017_H 00002 #define MCP23017_H 00003 00004 /* Register names (when IOCON.BANK is 0, which it is after POR) */ 00005 #define MCP_IODIRA 0x00 00006 #define MCP_IODIRB 0x01 00007 #define MCP_IPOLA 0x02 00008 #define MCP_IPOLB 0x03 00009 #define MCP_GPINTENA 0x04 00010 #define MCP_GPINTENB 0x05 00011 #define MCP_DEFVALA 0x06 00012 #define MCP_DEFVALB 0x07 00013 #define MCP_INTCONA 0x08 00014 #define MCP_INTCONB 0x09 00015 #define MCP_IOCON 0x0a 00016 #define MCP_IOCON_MIRROR 0x0b 00017 #define MCP_GPPUA 0x0c 00018 #define MCP_GPPUB 0x0d 00019 #define MCP_INTFA 0x0e 00020 #define MCP_INTFB 0x0f 00021 #define MCP_INTCAPA 0x10 00022 #define MCP_INTCAPB 0x11 00023 #define MCP_GPIOA 0x12 00024 #define MCP_GPIOB 0x13 00025 #define MCP_OLATA 0x14 00026 #define MCP_OLATB 0x15 00027 00028 #endif
Generated on Sat Dec 3 2022 06:44:49 by
1.7.2