aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-02-25 16:38:46 -0500
committerTucker Evans <tuckerevans24@gmail.com>2019-02-25 16:38:46 -0500
commite40ff268e7442cfebcc00ecc993610bf6b05eb26 (patch)
treeefefe8651aa8232d869a4d8ac84d688ad0d191c1 /README.txt
parent68319fd10ece278d3d9ba4421d4c741756c61e90 (diff)
Adds Readme and Licence infoHEADmaster
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..6973540
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,11 @@
+Pic Circuits
+============
+
+This is a set of macros for the pic language designed to draw circuit
+diagrams, It is by no means complete as I have merely added elements
+as I've needed them.
+
+You can include this into a file like so:
+ .PS
+ copy "circuit.pic"
+ .PE