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

[To Do]: Prevent using digital pins as analogue and vice versa #23

Closed peteGSX closed 1 year ago

peteGSX commented 1 year ago

Task description

Once the device driver is loaded and EX-IOExpander is configured with the digital and analogue pin counts, trying to use a defined digital pin as an analogue pin should fail (and vice versa). At the moment it will be allowed and may cause unexpected outcomes.