AdaCore / Ada_Drivers_Library

Ada source code and complete sample GNAT projects for selected bare-board platforms supported by GNAT.
BSD 3-Clause "New" or "Revised" License
241 stars 142 forks source link

add new IO expander MCP23017 (2x8bits) #415

Closed RREE closed 1 year ago

RREE commented 1 year ago

The MCP23017 is similar to the existing MCP23008, it has two ports of 8 pins. Using the latest 12.2 compiler I was nudged to use square brackets for arrays. That might be problem if you want to use it with an older compiler

Fabien-Chouteau commented 1 year ago

Thanks @RREE