Add wizard info.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 4 Apr 2009 08:03:58 +0000 (08:03 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 4 Apr 2009 08:03:58 +0000 (08:03 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2469 38d2e660-2303-0410-9eaa-f027e97ec537

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