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
|
* Author: Jake G
|
||||||
* Date: 2024
|
* 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…
Reference in New Issue