From 64b8d034d0ba426ca5d2ef8a86d4611f0eb05ebf Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Tue, 19 May 2020 17:12:28 -0400 Subject: initial commit --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..6995950 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +# lcd1602 + +This standalone program (with some bits of API in it) interfaces with +an Arduino's ports to an LCD1602 display. The Makefile's `avrdude` port +selection is set up for Linux (the build pipeline is probably generally +helpful for similar projects). + +## license + +This repository is entirely under the GNU GPLv3. -- cgit