Revision d2931db9 modules/DiWheelDrive_1-1/module.h
| modules/DiWheelDrive_1-1/module.h | ||
|---|---|---|
| 347 | 347 |
aosShellAddCommand(&aos.shell, &moduleUtAlldPca9544a.shellcmd); \ |
| 348 | 348 |
aosShellAddCommand(&aos.shell, &moduleUtAlldTps62113.shellcmd); \ |
| 349 | 349 |
aosShellAddCommand(&aos.shell, &moduleUtAlldVcnl4020.shellcmd); \ |
| 350 |
aosShellAddCommand(&aos.shell, &moduleUtLldRtCan.shellcmd); \ |
|
| 350 | 351 |
} |
| 351 | 352 |
|
| 352 | 353 |
/** |
| ... | ... | |
| 450 | 451 |
#include <alld_pca9544a.h> |
| 451 | 452 |
#include <alld_tps62113.h> |
| 452 | 453 |
#include <alld_vcnl4020.h> |
| 454 |
#include <ut_lld_rtcan.h> |
|
| 453 | 455 |
|
| 454 | 456 |
/** |
| 455 | 457 |
* @brief Motor driver. |
| ... | ... | |
| 581 | 583 |
* @brief VCNL4020 (proximity sensor) unit test object. |
| 582 | 584 |
*/ |
| 583 | 585 |
extern aos_unittest_t moduleUtAlldVcnl4020; |
| 586 |
/** |
|
| 587 |
* @brief RtCan unit test object. |
|
| 588 |
*/ |
|
| 589 |
extern aos_unittest_t moduleUtLldRtCan; |
|
| 590 |
|
|
| 584 | 591 |
|
| 585 | 592 |
#endif /* AMIROOS_CFG_TESTS_ENABLE == true */ |
| 586 | 593 |
|
Also available in: Unified diff