Revision ee884101 modules/LightRing_1-2/alldconf.h

View differences:

modules/LightRing_1-2/alldconf.h
49 49
#define AMIROLLD_CFG_AT24C01B                   1
50 50

  
51 51
/**
52
 * @brief   Enable flag for the INA219 power monitor.
53
 */
54
#define AMIROLLD_CFG_INA219                     1
55

  
56
/**
52 57
 * @brief   Enable flag for the status LED.
53 58
 */
54 59
#define AMIROLLD_CFG_LED                        1
55 60

  
56 61
/**
57
 * @brief   Enable flag for the TLC5947 LED driver.
62
 * @brief   Enable flag for the MIC94042 high-side load switches.
58 63
 */
59
#define AMIROLLD_CFG_TLC5947                    1
60
#define TLC5947_LLD_CHAINED                     3
64
#define AMIROLLD_CFG_MIC9404x                   1
61 65

  
62 66
/**
63 67
 * @brief   Enable flag for the SN75C3221E RS232 Transceiver.
......
65 69
#define AMIROLLD_CFG_SNx5C3221E                 1
66 70

  
67 71
/**
68
 * @brief   Enable flag for the MIC94042 high-side load switches.
69
 */
70
#define AMIROLLD_CFG_MIC9404x                   1
71

  
72
/**
73
 * @brief   Enable flag for the INA219 power monitor.
72
 * @brief   Enable flag for the TLC5947 LED driver.
74 73
 */
75
#define AMIROLLD_CFG_INA219                     1
74
#define AMIROLLD_CFG_TLC5947                    1
75
#define TLC5947_LLD_CHAINED                     3
76 76

  
77 77
#endif /* ALLDCONF_H */
78 78

  

Also available in: Unified diff