From d455f80759065da732965ee95df32bc51f309617 Mon Sep 17 00:00:00 2001 From: jake Date: Mon, 17 Feb 2025 18:33:20 -0800 Subject: [PATCH] Updated date/username --- src/ADC/ADC.c | 4 ++-- src/ADC/ADC.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ADC/ADC.c b/src/ADC/ADC.c index e1c094b..759c6a1 100644 --- a/src/ADC/ADC.c +++ b/src/ADC/ADC.c @@ -1,6 +1,6 @@ /* - * Author: username - * Date: 2024 + * Author: Jake G + * Date: 2025 * filename: ADC.c * description: module_purpose */ diff --git a/src/ADC/ADC.h b/src/ADC/ADC.h index 896c8ff..908bdc5 100644 --- a/src/ADC/ADC.h +++ b/src/ADC/ADC.h @@ -13,6 +13,8 @@ #include #include + + /** * @brief Initializes the AVR hardware in order to accept * Input for ADC usage.