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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user