From e73cb7b98c672920a6a02d5fbd5f1899b894abe9 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Wed, 20 Jan 2016 14:18:03 +1300 Subject: Added quick README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md 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. -- cgit v1.1