avr-something

Something something AVR side…
git clone git://henryandlizzy.uk/avr-something
Log | Files | Refs | README

commit 63cd1eab4d03fa024d3521a1402e5290e593e71f
parent 2fc00c4b770404a9c86ff80c7a8ed395cc2822c6
Author: Henry Wilson <m3henry@googlemail.com>
Date:   Fri,  9 Feb 2018 02:12:14 +0000

Got LCD working with basic test pattern

Diffstat:
Mmain.cpp | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/main.cpp b/main.cpp @@ -1,10 +1,18 @@ #include "hidModule.h" +#include "lcd.h" +#include "ctrl.h" #include <util/delay.h> + + int main(void) { - hid::test(); + ctrl::disableJTAG(); + + lcd::test(); + + //hid::test(); /* for (;;) {