X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fspi_bitbang.h;h=c78e9a4fcc21873074512f7534f40df3f4aefee7;hb=19986b952a6ef6789dc1fbc32c7307713e2322ea;hp=b2ebb622ea0ac17e4fea944a28e9d62ae4301516;hpb=ac4fe561f625ac538d54e736bdcff53e233e2bb5;p=bertos.git diff --git a/bertos/drv/spi_bitbang.h b/bertos/drv/spi_bitbang.h index b2ebb622..c78e9a4f 100644 --- a/bertos/drv/spi_bitbang.h +++ b/bertos/drv/spi_bitbang.h @@ -38,11 +38,8 @@ * \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" */ @@ -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