Add wizard info.
[bertos.git] / bertos / drv / sipo.h
index 165c21ed3265767ffcf7268d3c19c854e9754a02..50f64666164f474ef7bbae60b8606810a4f33625 100644 (file)
  *
  * -->
  *
- * \brief Macro for SIPO_H
+ * \brief Generic Serial-in, Parallel-out implementation (SIPO).
+ * 
+ * This module use kfile interface.
  *
  *
  * \version $Id$
  *
  * \author Andrea Grandi <andrea@develer.com>
  * \author Daniele Basile <asterix@develer.com>
+ * 
+ * $WIZ$ module_name = "sipo"
+ * $WIZ$ module_depends = "kfile"
+ * $WIZ$ module_configuration = ""
+ * 
  */
 
 #ifndef DRV_SIPO_H