Revision 4c72a54c modules/DiWheelDrive_1-2/alldconf.h

View differences:

modules/DiWheelDrive_1-2/alldconf.h
43 43
 */
44 44
#define AMIROLLD_CFG_TIME_SIZE                  32
45 45

  
46
/**
47
 * @brief   Enable flag for the A3906 motor driver.
48
 */
49
#define AMIROLLD_CFG_A3906                      1
50

  
51
/**
52
 * @brief   Enable flag for the AT24C01BN-SH-B EEPROM.
53
 */
54
#define AMIROLLD_CFG_AT24C01B                   1
55

  
56
/**
57
 * @brief   Enable flag for the BNO055 IMU.
58
 */
59
#define AMIROLLD_CFG_BNO055                     1
60

  
61
/**
62
 * @brief   Enable flag for the INA219 power monitor.
63
 */
64
#define AMIROLLD_CFG_INA219                     1
65

  
66
/**
67
 * @brief   Enable flag for the status LED.
68
 */
69
#define AMIROLLD_CFG_LED                        1
70

  
71
/**
72
 * @brief   Enable flag for the LTC4412 power path controller.
73
 */
74
#define AMIROLLD_CFG_LTC4412                    1
75

  
76
/**
77
 * @brief   Enable flag for the PCA9544A I2C multiplexer.
78
 */
79
#define AMIROLLD_CFG_PCA9544A                   1
80

  
81
/**
82
 * @brief   Enable flag for the TPS62113 step-down converter.
83
 */
84
#define AMIROLLD_CFG_TPS6211x                   1
85

  
86
/**
87
 * @brief   Enable flag for the VCNL4020 proximity sensor.
88
 */
89
#define AMIROLLD_CFG_VCNL4020                   1
90

  
91 46
#endif /* ALLDCONF_H */
92 47

  
93 48
/** @} */

Also available in: Unified diff