aboutsummaryrefslogtreecommitdiff
path: root/cores
diff options
context:
space:
mode:
authorAlarus <alarus@qip.ru>2012-08-12 20:23:00 +0600
committerAlarus <alarus@qip.ru>2012-08-12 20:23:00 +0600
commit03a4b50b8e95a234e9f9cf322b744890369dac90 (patch)
treef08d4e18614bd5c5ba01cd0ee0cc7f6a37d4f959 /cores
parentb9bbc71dca6c1e7fcf7c5eddb28987c8ad121a2c (diff)
Update hardware/arduino/cores/arduino/HardwareSerial.h
Adding advanced begin (); with the ability to specify the length of bits, parity, stop bits.
Diffstat (limited to 'cores')
-rw-r--r--cores/arduino/HardwareSerial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cores/arduino/HardwareSerial.h b/cores/arduino/HardwareSerial.h
index a04bb66..699015a 100644
--- a/cores/arduino/HardwareSerial.h
+++ b/cores/arduino/HardwareSerial.h
@@ -16,6 +16,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Modified 28 September 2010 by Mark Sproul
Modified 12 August 2012 by Alarus
*/