Revision ddf34c3d modules/LightRing_1-0/alldconf.h

View differences:

modules/LightRing_1-0/alldconf.h
46 46
/**
47 47
 * @brief   Enable flag for the AT24C01BN-SH-B EEPROM.
48 48
 */
49
#define AMIROLLD_CFG_USE_AT24C01BN
49
#define AMIROLLD_CFG_AT24C01B           1
50 50

  
51 51
/**
52 52
 * @brief   Enable flag for the TLC5947 LED driver.
53 53
 */
54
#define AMIROLLD_CFG_USE_TLC5947
54
#define AMIROLLD_CFG_TLC5947            1
55 55

  
56 56
/**
57 57
 * @brief   Enable flag for the TPS2051BDBV power switch.
58 58
 */
59
#define AMIROLLD_CFG_USE_TPS2051BDBV
59
#define AMIROLLD_CFG_TPS20xxB           1
60 60

  
61 61
#endif /* ALLDCONF_H */
62 62

  

Also available in: Unified diff