Regenerated arduino aprs project and enable it in nightly tests.
[bertos.git] / bertos / drv / spi_bitbang.h
index b2ebb622ea0ac17e4fea944a28e9d62ae4301516..308b78bb7f7660ba0ea06ea815bfc23aaeb21623 100644 (file)
  *
  * \brief Emulated SPI driver.
  *
- * \version $Id: spi.h 15321 2007-03-21 14:45:12Z asterix $
  *
  * \author Francesco Sacchi <batt@develer.com>
  * \author Daniele Basile <asterix@develer.com>
  *
- * $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