eive-obsw/bsp_q7s/boardconfig/busConf.h

15 lines
262 B
C
Raw Normal View History

2021-08-17 17:11:59 +02:00
#ifndef BSP_Q7S_BOARDCONFIG_BUSCONF_H_
#define BSP_Q7S_BOARDCONFIG_BUSCONF_H_
namespace q7s {
static constexpr char SPI_DEFAULT_FILE[] = "dev/spidev2.0";
static constexpr char SPI_RW_FILE[] = "dev/spidev3.0";
}
#endif /* BSP_Q7S_BOARDCONFIG_BUSCONF_H_ */