1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Factored out print() and println() from HardwareSerial to a base class for sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list.

This commit is contained in:
David A. Mellis
2008-04-18 18:39:02 +00:00
parent 154809dcee
commit ab644804ac
10 changed files with 80 additions and 293 deletions

View File

@ -53,8 +53,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 10;
static final String VERSION_NAME = "0011 Alpha";
static final int VERSION = 12;
static final String VERSION_NAME = "0012 Alpha";
/**
* Path of filename opened on the command line,