Add wizard info.
[bertos.git] / bertos / cfg / cfg_spi_bitbang.h
index f292346b5e56324b2d67f68800c36c774c5ea09c..eab167ea0b633a01fa21ac2ccece35287f650611 100644 (file)
 #ifndef CFG_SPI_BITBANG_H
 #define CFG_SPI_BITBANG_H
 
-/// Set data order for emulated SPI
-#define CONFIG_SPI_DATAORDER      1
+/**
+ * Set data order for emulated SPI.
+ *
+ * $WIZARD = {
+ * "type" : "enum",
+ * "value_list" : "ordet_bit_list"
+ * }
+ */
+#define CONFIG_SPI_DATAORDER  SPI_LSB_FIRST
 
 #endif /* CFG_SPI_BITBANG_H */