/** * \file * * * \brief Configuration file for SPI bitbang module. * * * \author Daniele Basile */ #ifndef CFG_SPI_BITBANG_H #define CFG_SPI_BITBANG_H /** * Set data order for emulated SPI. * * $WIZ$ type = "enum" * $WIZ$ value_list = "ordet_bit_list" */ #define CONFIG_SPI_DATAORDER SPI_LSB_FIRST #endif /* CFG_SPI_BITBANG_H */