edward0429 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Defect: wiring.h not includes in beta 2 #711

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Trying to get http://gkaindl.com/software/arduino-ethernet/bonjour working 
in 1.0 beta 2
2. EthernetBonjour.cpp doesn't see wiring.h
3. I also only see wiring_private.h and wiring.c in the source, no wiring.h 
I'm using beta 2 on Mac OS and trying to run it on an Arduino Ethernet.

Solved it by adding wiring.h to Resources/Java/hardware/arduino/cores/arduino

I think it fixed the problem, at least my stuff compiles correctly!

Original issue reported on code.google.com by ministic...@gmail.com on 13 Nov 2011 at 5:58

GoogleCodeExporter commented 8 years ago
This is intentional... the wiring.h / WProgram.h has been replaced with 
Arduino.h for Arduino 1.0.

Original comment by dmel...@gmail.com on 15 Nov 2011 at 12:07