From 467ebb3e9c53fa53b369038ebcfe37e693d688c1 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 9 Dec 2023 14:29:29 +0100 Subject: [PATCH] adc works --- include/adc.c | 2 +- print/main.c | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/adc.c b/include/adc.c index fd8f825..0030d6e 100644 --- a/include/adc.c +++ b/include/adc.c @@ -5,7 +5,7 @@ #include void adc_init() { - //DDRA=0x0; // does not exist but is default? + DDRC=0x0; // does not exist but is default? ADCSRA = (1<