X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fadc.h;h=b1e587ed3e8fb9de000a8bb569d9d27b0d662d00;hb=9c6545aacf8bb77445e7c19e41117d2318d752cc;hp=d87a26872de9fdac1104a8cd76401539ddad4cee;hpb=4e5ed47bad71f6730e6a041cbe00418d458d0c9c;p=bertos.git diff --git a/drv/adc.h b/drv/adc.h old mode 100755 new mode 100644 index d87a2687..b1e587ed --- a/drv/adc.h +++ b/drv/adc.h @@ -1,8 +1,33 @@ -/*! +/** * \file * * * \version $Id$ @@ -15,6 +40,12 @@ /*#* *#* $Log$ + *#* Revision 1.3 2006/09/20 17:32:46 marco + *#* Use MOD_* macros instead of DB. + *#* + *#* Revision 1.2 2006/07/19 12:56:25 bernie + *#* Convert to new Doxygen style. + *#* *#* Revision 1.1 2005/06/27 21:28:31 bernie *#* Import ADC driver. *#* @@ -27,12 +58,12 @@ #include #include -/*!Type for ADC return value. */ +/** Type for ADC return value. */ typedef uint16_t adcread_t; #define adc_bits() ADC_BITS adcread_t adc_read(uint16_t ch); void adc_init(void); -DB(extern bool adc_initialized;) + #endif /* DRV_ADC_H */