Skip to content

Ethernet shield examples won't currently compile #9

Closed
@gh-megabit

Description

@gh-megabit

The ethernet library for Wiznet W5100 appears to be written to support either the AVR series or the Due.

As it is, the code treats the Zero like a Due, but the SPI library is missing the function:

void beginTransaction(uint8_t pin, SPISettings settings);

I'm not sure how best to approach this for Zero. It may require changes to SPI, Ethernet or both.

See: http://forum.arduino.cc/index.php?topic=331074.0

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions