Hello,
Would it be possible to map out the pins from an Arduino Micro to work with an Ethernet shield(such as this one)?
Thank you,
Tyler
Hello,
Would it be possible to map out the pins from an Arduino Micro to work with an Ethernet shield(such as this one)?
Thank you,
Tyler
The Ethernet shield is an SPI device. So, all that is needed is to connect the MISO, MOSI, and SCK pins to the appropriate shield pins, and provide power and ground.
Not exactly a programming issue...
Yeah I was kind of in a rush when I posted this question, wasn't really paying attention, sorry about that. But thank you!