From 5d29fe79d30f430ae326d9dc57ccfaed6fe61328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 8 Mar 2016 16:10:33 +0100 Subject: Another full update of current work --- src/adc.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/adc.c (limited to 'src/adc.c') diff --git a/src/adc.c b/src/adc.c new file mode 100644 index 0000000..03e979e --- /dev/null +++ b/src/adc.c @@ -0,0 +1,4 @@ +#include + +int8_t ioe_adc(uint8_t input) { +} -- cgit v1.2.3