Skip to content

Arduino Ethernet needs tailored pins_arduino.h and IDE needs to us it [imported] #925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cmaglie opened this issue Nov 15, 2012 · 1 comment

Comments

@cmaglie
Copy link
Member

cmaglie commented Nov 15, 2012

This is Issue 925 moved from a Google Code project.
Added by 2012-05-28T19:13:29.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

What steps will reproduce the problem?

  1. write a script including use of LED_BUILTIN for example:
    Serial.write( "LEDBUILTIN: ");Serial.println(LED_BUILTIN);
  2. from the IDE, select Tools, board, Arduino Ethernet, compile, upload, run.

expected:LEDBUILTIN: 9
actual: LEDBUILTIN: 13

Using Arduino 1.01 on Mac OSX lion with Arduino Ehternet Board.

This is a trivial example of a much bigger problem, specifically that the Arduino Ethernet board needs a pins_arduino.h tailored for it.

Attached is a version derived from current .../variants/standard/pins_arduino.h

The IDE needs to use this version, perhaps from the .../variants/ethernet directory when the Arduino Ethernet Board is selected.

@cmaglie cmaglie closed this as completed in 5373883 Nov 3, 2013
@cmaglie
Copy link
Member Author

cmaglie commented Nov 3, 2013

Fixed, thanks.

oriregev pushed a commit to oriregev/Arduino that referenced this issue Dec 20, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant