From c95e88bba8d1b740c3b7ba01b3325b547d0f29f6 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Fri, 24 May 2013 05:47:41 +0000 Subject: [PATCH] Add banners --- apps/voltmeter1/adc.c | 5 +++++ apps/voltmeter1/adc.h | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/apps/voltmeter1/adc.c b/apps/voltmeter1/adc.c index 0a81606..532a5e3 100644 --- a/apps/voltmeter1/adc.c +++ b/apps/voltmeter1/adc.c @@ -1,3 +1,8 @@ +/** @file adc.c + @author M. P. Hayes, UCECE + @date 23 April 2013 + @brief Simple ADC using a comparator and RC network. +*/ #include "avr/io.h" #include "pio.h" #include "delay.h" diff --git a/apps/voltmeter1/adc.h b/apps/voltmeter1/adc.h index 2c305c4..5672670 100644 --- a/apps/voltmeter1/adc.h +++ b/apps/voltmeter1/adc.h @@ -1,3 +1,9 @@ +/** @file adc.h + @author M. P. Hayes, UCECE + @date 23 April 2013 + @brief Simple ADC using a comparator and RC network. +*/ + #ifndef ADC_H #define ADC_H