1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-19 13:54:23 +01:00

Edited build/shared/examples/4.Communication/SerialEvent/SerialEvent.ino via GitHub

This commit is contained in:
tigoe 2011-06-09 04:08:38 -07:00
parent 88ebc82ba5
commit 4c73aaf186

View File

@ -39,7 +39,7 @@ void loop() {
/*
SerialEvent occurs whenever a new byte comes in the
hardware serial RX. Don't do complex things here, as thge
hardware serial RX. Don't do complex things here, as the
processor halts the regular program to run this routine:
*/
void serialEvent() {