Hello,
I have a Ethernet Shield attached to a Arduino Mega.
Pins 50, 51 and 52 are on status 1 when the ethernet Board is attached.
Is there way to remove this status 1 from these pins to then again use pin 50, 51 and 52 as regular Digital pins?
Hello,
I have a Ethernet Shield attached to a Arduino Mega.
Pins 50, 51 and 52 are on status 1 when the ethernet Board is attached.
Is there way to remove this status 1 from these pins to then again use pin 50, 51 and 52 as regular Digital pins?
Pins 50-52 are the SPI bus used to communicate with the Ethernet controller chip on your shield. You have a huge number of pins on the Mega, do you really need those three pins for whatever ulterior purpose?