aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ef33b88
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+What?
+=====
+This is a collection of tools which I am slowly writing to interact with Casio's
+9850 series of scientific calculators.
+
+At the moment, much of the serial code is stuff I knocked up with libserialport,
+and this could (should?) probably be rewritten to reduce deps.
+
+Dependencies
+============
+
+* libserialport
+* Probably something else I've forgotten
+
+
+Installation
+============
+The makefile doesn't yet provide an `install` recipe, so have fun.