Skip to content

Commit

Permalink
Apr 24, 2012 release 126 • stability enhancement for Gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
Rei Vilo committed Apr 24, 2012
1 parent 764d2a6 commit a56ebf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ReadMe.md
Expand Up @@ -3,10 +3,14 @@
Arduino & chipKIT Library

© Rei VILO, 2010-2012
CC = BY NC SA

[IMG](http://i.creativecommons.org/l/by-nc-sa/3.0/nl/88x31.png) CC = BY NC SA

http://embeddedcomputing.weebly.com/serial-lcd.html

## Links

[Main page](http://embeddedcomputing.weebly.com/serial-lcd.html)

including full documentation, examples, tutorials, code and downloads

1 change: 0 additions & 1 deletion Serial_LCD.cpp
Expand Up @@ -157,7 +157,6 @@ String Serial_LCD::WhoAmI() {
if ( i==2 ) _checkedSoftwareVersion = c;
if ( i==3 ) _maxX = _size(c, 3); // standard
if ( i==4 ) _maxY = _size(c, 4); // standard
if ( i>4 ) Serial.print("? ? ?");

i++;
}
Expand Down

0 comments on commit a56ebf5

Please sign in to comment.