Merge some fix from trunk.
[bertos.git] / bertos / drv / adc.h
index c3987279dac9982973bfd762defc7cbfa581275d..78f3e81d41e5ef8409e21030fb962fbf53f6d5d3 100644 (file)
  *
  * -->
  *
- * \version $Id$
+ * \brief Analog to Digital Converter driver (ADC).
  *
- * \brief ADC driver (interface)
- *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
  *
- * $WIZARD_MODULE = {
- * "name" : "adc",
- * "depends" : [],
- * "configuration" : "bertos/cfg/cfg_adc.h"
- * }
+ * $WIZ$ module_name = "adc"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_adc.h"
+ * $WIZ$ module_supports = "not atmega103"
  */