X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fsipo.h;h=be2c6c1b1837fb26a366b2fefd9520cfc27cf73d;hb=c2bba5bc02081b369d2117e4f19c2473d31fd21f;hp=165c21ed3265767ffcf7268d3c19c854e9754a02;hpb=ee3a4e534d8c013ef12d932e5325f62d128d00d8;p=bertos.git diff --git a/bertos/drv/sipo.h b/bertos/drv/sipo.h index 165c21ed..be2c6c1b 100644 --- a/bertos/drv/sipo.h +++ b/bertos/drv/sipo.h @@ -30,13 +30,20 @@ * * --> * - * \brief Macro for SIPO_H + * \brief Generic Serial-in, Parallel-out implementation (SIPO). + * + * This module use kfile interface. * * * \version $Id$ * * \author Andrea Grandi * \author Daniele Basile + * + * $WIZ$ module_name = "sipo" + * $WIZ$ module_depends = "kfile" + * $WIZ$ module_hw = "bertos/hw/hw_sipo.h" + * */ #ifndef DRV_SIPO_H