Revision 8be006e0 modules/PowerManagement_1-1/alldconf.h

View differences:

modules/PowerManagement_1-1/alldconf.h
43 43
 */
44 44
#define AMIROLLD_CFG_TIME_SIZE          32
45 45

  
46
// required to differentiate between various sensor rings
47
#include <board.h>
48

  
46 49
/**
47 50
 * @brief   Enable flag for the AT24C01BN-SH-B EEPROM.
48 51
 */
......
69 72
#define AMIROLLD_CFG_USE_LED
70 73

  
71 74
/**
72
 * @brief   Enable flag for the MPR121 touch sensor.
73
 */
74
#define AMIROLLD_CFG_USE_MPR121
75

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

  
81
/**
82 75
 * @brief   Enable flag for the PKLCS1212E4001 buzzer.
83 76
 */
84 77
#define AMIROLLD_CFG_USE_PKLCS1212E4001
......
93 86
 */
94 87
#define AMIROLLD_CFG_USE_TPS62113
95 88

  
89
#if (BOARD_SENSORRING == BOARD_PROXIMITYSENSOR) || defined(__DOXYGEN__)
90

  
91
/**
92
 * @brief   Enable flag for the MPR121 touch sensor.
93
 */
94
#define AMIROLLD_CFG_USE_MPR121
95

  
96
/**
97
 * @brief   Enable flag for the PCA9544A I2C multiplexer.
98
 */
99
#define AMIROLLD_CFG_USE_PCA9544A
100

  
96 101
/**
97 102
 * @brief   Enable flag for the VCNL4020 proximity sensor.
98 103
 */
99 104
#define AMIROLLD_CFG_USE_VCNL4020
100 105

  
106
#endif /* BOARD_SENSORRING == BOARD_PROXIMITYSENSOR */
107

  
108
#if (BOARD_SENSORRING == BOARD_DISTANCESENSOR_VL53L0X) || defined(__DOXYGEN__)
109
// TODO
110
#endif /* BOARD_SENSORRING == BOARD_DISTANCESENSOR_VL53L0X */
111

  
112
#if (BOARD_SENSORRING == BOARD_DISTANCESENSOR_VL53L1X) || defined(__DOXYGEN__)
113
// TODO
114
#endif /* BOARD_SENSORRING == BOARD_DISTANCESENSOR_VL53L1X */
115

  
101 116
#endif /* _ALLDCONF_H_ */
102 117

  
103 118
/** @} */

Also available in: Unified diff