Difference between revisions of "I2CIO-8"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) (Created page with "link=https://www.tindie.com/products/land_boards/i2c-8-bit-io-mcp23008-i2cio8/ <video type="youtube">omUSJpGLv4A</video> File:I2CIO-8_X2-6000-6...") |
Blwikiadmin (talk | contribs) |
||
Line 22: | Line 22: | ||
== Drivers/Example Code == | == Drivers/Example Code == | ||
− | * [https://github.com/land-boards/lb-Arduino-Code/tree/master/libraries/ | + | * [https://github.com/land-boards/lb-Arduino-Code/tree/master/libraries/LandBoards_I2CIO8 Github repo] - Driver code |
− | * [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/ | + | * [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/I2CIO8 Github repo] - Example code |
== Assembly Sheet == | == Assembly Sheet == | ||
* [[I2CIO8-X Assembly Sheet]] | * [[I2CIO8-X Assembly Sheet]] |
Revision as of 14:03, 31 December 2019
Features
- 8 bits of Digital I/O
- I2C interface
- MCP23008P
- Base address = 0x20
- Address offset jumpers (0-7)
- Interrupt pin on I2C connectors
- I2C Daisy-chain connectors
- 4 input jumpers
- 4 LEDs
- 2.7V to 5.5V
- 49x49mm form factor
- (4) #4-40 mounting holes
Drivers/Example Code
- Github repo - Driver code
- Github repo - Example code