1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Adding interface for serial communication from PC to Arduino board.

This commit is contained in:
David A. Mellis
2006-07-08 10:43:47 +00:00
parent f6f4fe59c5
commit 77ecc6476c
3 changed files with 119 additions and 72 deletions

View File

@ -71,6 +71,7 @@ public class Preferences {
static final String PROMPT_NO = "No";
static final String PROMPT_CANCEL = "Cancel";
static final String PROMPT_OK = "OK";
static final String PROMPT_SEND = "Send";
static final String PROMPT_BROWSE = "Browse";
/**