1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

updated Bridge examples headers

This commit is contained in:
Federico Fissore
2013-09-09 20:56:15 +02:00
parent 421fa18c3c
commit 3e2008dfcc
14 changed files with 79 additions and 30 deletions

View File

@@ -27,8 +27,12 @@
modified by Cristian Maglie
This example code is in the public domain.
http://arduino.cc/en/Tutorial/YunSerialTerminal
*/
long lininoBaud = 250000;
void setup() {
@@ -75,4 +79,4 @@ void loop() {
char c = (char)Serial1.read(); // read from Linino
Serial.write(c); // write to USB-serial
}
}
}