blob: ca377c80cf4ba89daff751516fd3e9481f710521 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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.
## dependencies
On Arch Linux, I have avr{dude,-{binutils,gcc,libc}} installed.
|