X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fspi_bitbang.h;h=308b78bb7f7660ba0ea06ea815bfc23aaeb21623;hb=ce0a95c32a39e3eed1d3f2aa5ff4395bebdb99ed;hp=07c7b6a2d9220280799f06f69d6dd2dbcfa0e20a;hpb=663cf4d83abe9ca57222f24761b7ebcd63ecbf29;p=bertos.git diff --git a/bertos/drv/spi_bitbang.h b/bertos/drv/spi_bitbang.h index 07c7b6a2..308b78bb 100644 --- a/bertos/drv/spi_bitbang.h +++ b/bertos/drv/spi_bitbang.h @@ -31,18 +31,15 @@ * * --> * - * \brief Emulated SPI Master for DSP firmware download (interface) + * \brief Emulated SPI driver. * - * \version $Id: spi.h 15321 2007-03-21 14:45:12Z asterix $ * * \author Francesco Sacchi * \author Daniele Basile * - * $WIZARD_MODULE = { - * "name" : "spi_bitbang", - * "depends" : [], - * "configuration" : "bertos/cfg/cfg_spi_bitbang.h" - * } + * $WIZ$ module_name = "spi_bitbang" + * $WIZ$ module_configuration = "bertos/cfg/cfg_spi_bitbang.h" + * $WIZ$ module_hw = "bertos/hw/hw_spi.h" */ @@ -56,9 +53,7 @@ /** * Define send and receive order bit. * - * $WIZARD_LIST = { - * "ordet_bit_list" : ["SPI_LSB_FIRST", "SPI_MSB_FIRST"] - * } + * $WIZ$ ordet_bit_list = "SPI_LSB_FIRST", "SPI_MSB_FIRST" */ #define SPI_LSB_FIRST 1 #define SPI_MSB_FIRST 2