Difference between revisions of "I2CIO-8X"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 16: | Line 16: | ||
* 49x49mm form factor | * 49x49mm form factor | ||
* (4) #4-40 mounting holes | * (4) #4-40 mounting holes | ||
+ | |||
+ | == Drivers/Example Code == | ||
+ | |||
+ | * [https://github.com/land-boards/lb-Arduino-Code/tree/master/libraries/LandBoards_I2CIO8X Github repo] - Driver code | ||
+ | * [https://github.com/land-boards/lb-Arduino-Code/tree/master/LBCards/I2CIO8X Github repo] - Example code | ||
== Assembly Sheet == | == Assembly Sheet == | ||
* [[I2CIO8-X Assembly Sheet]] | * [[I2CIO8-X Assembly Sheet]] |
Revision as of 00:23, 30 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
- GVS (Ground/Voltage/Signal) pins for all 8-bits
- 2.7V to 5.5V
- 49x49mm form factor
- (4) #4-40 mounting holes
Drivers/Example Code
- Github repo - Driver code
- Github repo - Example code