diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-19 17:12:28 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-19 17:12:28 -0400 |
commit | 64b8d034d0ba426ca5d2ef8a86d4611f0eb05ebf (patch) | |
tree | 081695d73fdb3f04b8cabd348d65b0cf71b74b8d /README |
initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |