From 515b52ec7b6805829f51a3624efe41eb15b06ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 21 Jan 2016 11:52:59 +0100 Subject: [PATCH] add VFD set and test capabilities --- lib/vfd.c | 30 ++++++++++++++++++++++++++++-- lib/vfd.h | 6 ++++++ main.c | 26 ++++++++++++-------------- 3 files changed, 46 insertions(+), 16 deletions(-) diff --git a/lib/vfd.c b/lib/vfd.c index ce5db23..3aaf22b 100644 --- a/lib/vfd.c +++ b/lib/vfd.c @@ -347,7 +347,6 @@ void vfd_shift(void) gpio_clear(VFD_PORT, VFD_NLE); // do not latch data gpio_set(VFD_PORT, VFD_CLK); // clock is idle high for (uint8_t i=0; i