Revision dd56d656 modules/LightRing_1-2/alldconf.h

View differences:

modules/LightRing_1-2/alldconf.h
28 28
#ifndef ALLDCONF_H
29 29
#define ALLDCONF_H
30 30

  
31
/*
32
 * compatibility guards
33
 */
34
#define _AMIRO_LLD_CFG_
35
#define AMIRO_LLD_CFG_VERSION_MAJOR             1
36
#define AMIRO_LLD_CFG_VERSION_MINOR             1
37

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

  
46 31
/**
47 32
 * @brief   TLC5947 chained configuration
48 33
 */
49 34
#define TLC5947_LLD_CHAINED                     3
50 35

  
36
/*
37
 * common configuration
38
 */
39
#include <aos_alldconf.h>
40

  
51 41
#endif /* ALLDCONF_H */
52 42

  
53 43
/** @} */

Also available in: Unified diff