X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fsipo.h;h=be2c6c1b1837fb26a366b2fefd9520cfc27cf73d;hb=c2bba5bc02081b369d2117e4f19c2473d31fd21f;hp=ab5100f45e9f10378256153ab4f458771a770293;hpb=2aa5b04dcc5daad2409bf2027541704b56a85f13;p=bertos.git diff --git a/bertos/drv/sipo.h b/bertos/drv/sipo.h index ab5100f4..be2c6c1b 100644 --- a/bertos/drv/sipo.h +++ b/bertos/drv/sipo.h @@ -26,16 +26,24 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2008 Develer S.r.l. (http://www.develer.com/) + * Copyright 2009 Develer S.r.l. (http://www.develer.com/) * * --> * - * \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