Revision 8cbe3240 modules/LightRing_1-2/module.h
| modules/LightRing_1-2/module.h | ||
|---|---|---|
| 391 | 391 |
/*===========================================================================*/ |
| 392 | 392 |
#include <alld_AT24C01B.h> |
| 393 | 393 |
#include <alld_INA219.h> |
| 394 |
#include <alld_P9221R.h> |
|
| 394 | 395 |
#include <alld_LED.h> |
| 395 | 396 |
#include <alld_MIC9404x.h> |
| 396 | 397 |
//#include <alld_SNx5C3221E.h> |
| ... | ... | |
| 458 | 459 |
#if (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__) |
| 459 | 460 |
#include <ut_alld_AT24C01B_v1.h> |
| 460 | 461 |
#include <ut_alld_INA219_v1.h> |
| 462 |
#include <ut_alld_P9221R_v1.h> |
|
| 461 | 463 |
#include <ut_alld_LED_v1.h> |
| 462 | 464 |
#include <ut_alld_MIC9404x_v1.h> |
| 463 | 465 |
//#include <ut_alld_SNx5C3221E_v1.h> |
| ... | ... | |
| 474 | 476 |
extern aos_unittest_t moduleUtAlldIna219; |
| 475 | 477 |
|
| 476 | 478 |
/** |
| 479 |
* @brief P9221R (qi charger) unit test object. |
|
| 480 |
*/ |
|
| 481 |
extern aos_unittest_t moduleUtAlldP9221r; |
|
| 482 |
|
|
| 483 |
/** |
|
| 477 | 484 |
* @brief Status LED unit test object. |
| 478 | 485 |
*/ |
| 479 | 486 |
extern aos_unittest_t moduleUtAlldLed; |
Also available in: Unified diff