Revision 1d5bcc82 templates/alldconf.h
templates/alldconf.h | ||
---|---|---|
35 | 35 |
#define AMIROLLD_CFG_TIME_SIZE 32 |
36 | 36 |
|
37 | 37 |
/** |
38 |
* @brief Enable flag a driver <driver_name>.
|
|
38 |
* @brief Enable flag for a driver <driver_name> version <version>.
|
|
39 | 39 |
* @details Use multiple such enable flags to activate drivers as required. |
40 |
* Replace <driver_name> by the according value (e.g. use |
|
41 |
* AMIROLLD_CFG_USE_A3906 in order to enable the A3906 motor driver. |
|
40 |
* Replace <driver_name> accordingly and set its value to the desired |
|
41 |
* version of the driver (e.g. use '#define AMIROLLD_CFG_USE_A3906 2' |
|
42 |
* in order to enable the A3906 motor driver version 2). |
|
42 | 43 |
*/ |
43 |
#define AMIROLLD_CFG_USE_<driver_name> |
|
44 |
#define AMIROLLD_CFG_USE_<driver_name> <version>
|
|
44 | 45 |
|
45 | 46 |
#endif /* ALLDCONF_H */ |
Also available in: Unified diff