Compare commits

..

No commits in common. "b21a8fbecfce060fe253ba8530ccf62092d7290d" and "d85616604f6762ed360a4eadcad590ef79f35eb0" have entirely different histories.

2 changed files with 3 additions and 1 deletions

View file

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

View file

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