aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-01-20 14:18:03 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-01-20 14:18:03 +1300
commite73cb7b98c672920a6a02d5fbd5f1899b894abe9 (patch)
tree80ef7aa085d344827254743e391e3961ecbb868c
parent90465e95596f16201e346561d80484404e72b73c (diff)
downloadcasio-9850-e73cb7b98c672920a6a02d5fbd5f1899b894abe9.tar.xz
Added quick README
-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.