1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Minor changes to Communication Examples

Added a note to the included Processing sketches about replacing
println(Serial.list()) with Serial.printArray() if using Processing 2.1
or later
This commit is contained in:
Scott Fitzgerald
2014-01-29 14:27:09 +04:00
parent a432e26861
commit 017326acc6
6 changed files with 11 additions and 1 deletions

View File

@ -55,6 +55,7 @@ void loop() {
size(256, 150);
println("Available serial ports:");
// if using Processing 2.1 or later, use Serial.printArray()
println(Serial.list());
// Uses the first port in this list (number 0). Change this to