Revision 1f94ac64 modules/DiWheelDrive_1-1/alldconf.h

View differences:

modules/DiWheelDrive_1-1/alldconf.h
32 32
 * compatibility guards
33 33
 */
34 34
#define _AMIRO_LLD_CFG_
35
#define AMIRO_LLD_CFG_VERSION_MAJOR         1
36
#define AMIRO_LLD_CFG_VERSION_MINOR         0
35
#define AMIRO_LLD_CFG_VERSION_MAJOR             1
36
#define AMIRO_LLD_CFG_VERSION_MINOR             0
37 37

  
38 38
/**
39 39
 * @brief   Width of the apalTime_t data type.
......
41 41
 * @details Possible values are 8, 16, 32, and 64 bits.
42 42
 *          By definition time is represented at microsecond precision.
43 43
 */
44
#define AMIROLLD_CFG_TIME_SIZE          32
44
#define AMIROLLD_CFG_TIME_SIZE                  32
45 45

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

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

  
56 56
/**
57 57
 * @brief   Enable flag for the MHC5883L compass.
58 58
 */
59
#define AMIROLLD_CFG_HMC5883L           1
59
#define AMIROLLD_CFG_HMC5883L                   1
60 60

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

  
66 66
/**
67 67
 * @brief   Enable flag for the L3G4200D gyroscope.
68 68
 */
69
#define AMIROLLD_CFG_L3G4200D           1
69
#define AMIROLLD_CFG_L3G4200D                   1
70 70

  
71 71
/**
72 72
 * @brief   Enable flag for the status LED.
73 73
 */
74
#define AMIROLLD_CFG_LED                1
74
#define AMIROLLD_CFG_LED                        1
75 75

  
76 76
/**
77 77
 * @brief   Enable flag for the LIS331DLH accelerometer.
78 78
 */
79
#define AMIROLLD_CFG_LIS331DLH          1
79
#define AMIROLLD_CFG_LIS331DLH                  1
80 80

  
81 81
/**
82 82
 * @brief   Enable flag for the LTC4412 power path controller.
83 83
 */
84
#define AMIROLLD_CFG_LTC4412            1
84
#define AMIROLLD_CFG_LTC4412                    1
85 85

  
86 86
/**
87 87
 * @brief   Enable flag for the PCA9544A I2C multiplexer.
88 88
 */
89
#define AMIROLLD_CFG_PCA9544A           1
89
#define AMIROLLD_CFG_PCA9544A                   1
90 90

  
91 91
/**
92 92
 * @brief   Enable flag for the TPS62113 step-down converter.
93 93
 */
94
#define AMIROLLD_CFG_TPS6211x           1
94
#define AMIROLLD_CFG_TPS6211x                   1
95 95

  
96 96
/**
97 97
 * @brief   Enable flag for the VCNL4020 proximity sensor.
98 98
 */
99
#define AMIROLLD_CFG_VCNL4020           1
99
#define AMIROLLD_CFG_VCNL4020                   1
100 100

  
101 101
#endif /* ALLDCONF_H */
102 102

  

Also available in: Unified diff