generated from TDD-Templates/cmake_cpputest_template_avr
Updated date/username
This commit is contained in:
parent
3aaf0a066e
commit
d455f80759
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Author: username
|
||||
* Date: 2024
|
||||
* Author: Jake G
|
||||
* Date: 2025
|
||||
* filename: ADC.c
|
||||
* description: module_purpose
|
||||
*/
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @brief Initializes the AVR hardware in order to accept
|
||||
* Input for ADC usage.
|
||||
|
|
Loading…
Reference in New Issue