diff --git a/README.md b/README.md index 1867c80..6e43d22 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@

Serial Commands

The controller serial interface operates at 57600 baud that can be accessed using any serial TTY interface program such as PuTTY or Arduino's own Serial Monitor tool. It provides a command prompt > indicating that it is ready to receive recognized the following commands.

-

CAL
- FAC
- DIP
+

CAL [num] *Sets the clock calibration for precise timing
+

CAL Displays the clock calibration setting
+

FAC Sets saved EEPROM values to their original defaults
+

DIP
LED
SYN
TEM
@@ -21,6 +22,8 @@ STA
VER

+ +

* These values get stored to EEPROM and are retained between power cycles.

A schematic design, a bill of materials, and a source for ordering a printed circuit board will be made available soon.