Just would like to check something! When I need to replace any of the analog pins in my code with the Seeduino’s analog pins 6 & 7 I just change the number of the pin and nothing else! Everything seems to work fine.Is it necessary to add anything extra to the code in reference to Seeduino’s extra pins? Thanks, Goatboy
Thats not my experiance. Analog pins A0-A15 are mapped as digital pins 54-69. So to utilize analog pins 6 or 7 as digital pins, just refer to them as digital pins 60 or 61. I’ve tested this using the example ‘blink’ program.