File tree 2 files changed +10
-8
lines changed
app/src/processing/app/debug
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -364,9 +364,9 @@ public void message(String s) {
364
364
}
365
365
366
366
if (pieces [3 ].trim ().equals ("SPI.h: No such file or directory" )) {
367
- e = new RunnerException ("Import the SPI library from the Sketch menu." );
367
+ e = new RunnerException ("Please import the SPI library from the Sketch > Import Library menu." );
368
368
s += "\n As of Arduino 0019, the Ethernet library depends on the SPI library." +
369
- "\n Please import it from the Sketch > Import Library menu ." ;
369
+ "\n You appear to be using it or another library that depends on the SPI library ." ;
370
370
}
371
371
372
372
if (exception == null && e != null ) {
Original file line number Diff line number Diff line change 1
- ARDUINO 0019
1
+ ARDUINO 0019 - 2010.09.03
2
2
3
3
[core / libraries]
4
4
5
- * Added aliases for the analog input pins: A0, A1, etc.
6
- http://code.google.com/p/arduino/issues/detail?id=244
7
-
8
- * Added a String class.
5
+ * Revised Ethernet library (by Christian Maglie). This depends on the
6
+ new SPI library, so existing sketches will need: #include <SPI.h>
7
+ added to the top of their code.
9
8
10
9
* Added an SPI library (by Christian Maglie).
11
10
http://code.google.com/p/arduino/issues/detail?id=240
12
11
13
- * Revised Ethernet library (by Christian Maglie).
12
+ * Added aliases for the analog input pins: A0, A1, etc.
13
+ http://code.google.com/p/arduino/issues/detail?id=244
14
+
15
+ * Added a String class.
14
16
15
17
* Added a shiftIn() function (from Wiring).
16
18
http://code.google.com/p/arduino/issues/detail?id=280
You can’t perform that action at this time.
0 commit comments