Updated date/username

This commit is contained in:
Jake Goodwin 2025-02-17 18:33:20 -08:00
parent 3aaf0a066e
commit d455f80759
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* /*
* Author: username * Author: Jake G
* Date: 2024 * Date: 2025
* filename: ADC.c * filename: ADC.c
* description: module_purpose * description: module_purpose
*/ */

View File

@ -13,6 +13,8 @@
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
/** /**
* @brief Initializes the AVR hardware in order to accept * @brief Initializes the AVR hardware in order to accept
* Input for ADC usage. * Input for ADC usage.