Open GoogleCodeExporter opened 9 years ago
If you don't call Serial3.begin(), the pins should be free for other purposes,
including SPI. So I think we could have Serial3 and SPI1 objects, and just
require you to call begin() on whichever of the two you want to use. Do you
want to submit a patch for this?
Original comment by dmel...@gmail.com
on 9 Jan 2012 at 8:30
I would also love to see this happen. I am in dire need of being able to use
both the ethernet shield and another SPI device at the same time. From what
I've heard, the chip on the Arduino ethernet shield doesn't like to let go of
the SPI bus even when it is no longer selected, which leads to issues.
Thanks!
Chris
Original comment by chriskon...@gmail.com
on 3 Feb 2012 at 2:14
Original issue reported on code.google.com by
rmackay...@gmail.com
on 5 Jan 2012 at 7:11