aboutsummaryrefslogtreecommitdiff
path: root/libraries/SoftwareSerial
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2013-06-01 23:16:02 +0200
committerCristian Maglie <c.maglie@bug.st>2013-06-01 23:16:02 +0200
commit177ad96f866714a4962be57f69cd3d5a6334cde1 (patch)
tree1072239986340d6a239adac924eddf2e1d1ca566 /libraries/SoftwareSerial
parent6cff36ac5e85c74bcb45cc53491ad69d64520b36 (diff)
parentd90fcca5839d13d57ed527d4009b78d22dafbde7 (diff)
Merge branch 'merge-1.0.5' into ide-1.5.x-discovery
Diffstat (limited to 'libraries/SoftwareSerial')
-rw-r--r--libraries/SoftwareSerial/keywords.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/SoftwareSerial/keywords.txt b/libraries/SoftwareSerial/keywords.txt
index 90d4c15..3f36dfc 100644
--- a/libraries/SoftwareSerial/keywords.txt
+++ b/libraries/SoftwareSerial/keywords.txt
@@ -1,12 +1,13 @@
#######################################
-# Syntax Coloring Map for NewSoftSerial
+# Syntax Coloring Map for SoftwareSerial
+# (formely NewSoftSerial)
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
-NewSoftSerial KEYWORD1
+SoftwareSerial KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
@@ -15,11 +16,13 @@ NewSoftSerial KEYWORD1
begin KEYWORD2
end KEYWORD2
read KEYWORD2
+write KEYWORD2
available KEYWORD2
isListening KEYWORD2
overflow KEYWORD2
flush KEYWORD2
listen KEYWORD2
+peek KEYWORD2
#######################################
# Constants (LITERAL1)