DCC-EX / EX-IOExpander

Digital and Analogue I/O expander using Arduino AVR
GNU General Public License v3.0
8 stars 5 forks source link

Declare diag, allocate analogue pin map #53

Closed peteGSX closed 1 year ago

peteGSX commented 1 year ago

Fixed bug where enabling DIAG in myConfig.h caused compile error due to no declaration.

Fixed but with analogue inputs not working due to pin map array not having size set.