1
0
mirror of https://github.com/esp8266/Arduino.git synced 2026-01-06 05:22:30 +03:00

Adding new SoftwareSerial (NewSoftSerial by Mikal Hart).

This commit is contained in:
David A. Mellis
2011-01-09 12:45:46 -05:00
parent e816ffb0b6
commit 80bb16db8c
6 changed files with 816 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
#######################################
# Syntax Coloring Map for NewSoftSerial
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
NewSoftSerial KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
end KEYWORD2
read KEYWORD2
available KEYWORD2
is_listening KEYWORD2
overflow KEYWORD2
library_version KEYWORD2
enable_timer0 KEYWORD2
flush KEYWORD2
listen KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################