Revision 1f94ac64 modules/LightRing_1-0/alldconf.h
| modules/LightRing_1-0/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 AT24C01BN-SH-B EEPROM. |
| 48 | 48 |
*/ |
| 49 |
#define AMIROLLD_CFG_AT24C01B 1 |
|
| 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_TLC5947 1 |
|
| 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_TPS20xxB 1 |
|
| 59 |
#define AMIROLLD_CFG_TPS20xxB 1
|
|
| 60 | 60 |
|
| 61 | 61 |
#endif /* ALLDCONF_H */ |
| 62 | 62 |
|
Also available in: Unified diff