leo25 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

SoftwareSerial keywords.txt still says NewSoftSerial #640

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Using the Arduino IDE, #include <SoftwareSerial.h>, then create an instance 
of SoftwareSerial.

What is the expected output? What do you see instead?

SoftwareSerial should be highlighted as a keyword. It's not.

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?

Arduino 1.x. (Any platform, any board.)

Please provide any additional information below.

The fix is simple. Just replace "NewSoftSerial" with "SoftwareSerial" in 
.../SoftwareSerial/keywords.txt.

Original issue reported on code.google.com by aboogie...@gmail.com on 13 Sep 2011 at 3:39