Compare commits
No commits in common. "b21a8fbecfce060fe253ba8530ccf62092d7290d" and "d85616604f6762ed360a4eadcad590ef79f35eb0" have entirely different histories.
b21a8fbecf
...
d85616604f
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Author: Jake G
|
* Author: Jake G
|
||||||
* Date: 2025
|
* Date: 2025
|
||||||
* filename: ADC.c
|
* filename: ADC.c
|
||||||
* description: module_purpose
|
* description: module_purpose
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue