keybrd library is an open source library for creating custom-keyboard firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

keybrd_MCP23017.ino 610B

1234567891011121314151617181920
  1. /* keybrd_MCP23017.ino
  2. MCP23017 pin assignments
  3. DESTINATION PIN PIN_NUMBER PIN DESTINATION
  4. row0 GPB0 1 28 GPA7
  5. row1 GPB1 2 27 GPA6
  6. GPB2 3 26 GPA5
  7. GPB3 4 25 GPA4
  8. GPB4 5 24 GPA3
  9. GPB5 6 23 GPA2
  10. GPB6 7 22 GPA1 col1
  11. GPB7 8 21 GPA0 col0
  12. LC 3.3V VDD 9 20 INTA
  13. GND VSS 10 19 INTB
  14. NC 11 18 /RESET VDD
  15. LC 19 SCL 12 17 A2 GND
  16. LC 18 SDA 13 16 A1 GND
  17. NC 14 15 A0 GND
  18. */