Revision 35880232 modules/LightRing_1-2/module.h
| modules/LightRing_1-2/module.h | ||
|---|---|---|
| 303 | 303 |
aosShellAddCommand(&aos.shell, &moduleTestIna219ShellCmd); \ |
| 304 | 304 |
aosShellAddCommand(&aos.shell, &moduleTestLedShellCmd); \ |
| 305 | 305 |
aosShellAddCommand(&aos.shell, &moduleTestMic9404xShellCmd); \ |
| 306 |
aosShellAddCommand(&aos.shell, &moduleTestP9221rShellCmd); \ |
|
| 306 |
aosShellAddCommand(&aos.shell, &moduleTestP9221rShellCmd); \ |
|
| 307 |
aosShellAddCommand(&aos.shell, &moduleTestPn532ShellCmd); \ |
|
| 307 | 308 |
aosShellAddCommand(&aos.shell, &moduleTestTlc5947ShellCmd); \ |
| 308 | 309 |
aosShellAddCommand(&aos.shell, &moduleTestAllShellCmd); \ |
| 309 | 310 |
} |
| ... | ... | |
| 394 | 395 |
#include <alld_AT24C01B.h> |
| 395 | 396 |
#include <alld_INA219.h> |
| 396 | 397 |
#include <alld_P9221R.h> |
| 398 |
#include <alld_PN532.h> |
|
| 397 | 399 |
#include <alld_LED.h> |
| 398 | 400 |
#include <alld_MIC9404x.h> |
| 399 | 401 |
// TODO: add SNx5C3221E |
| ... | ... | |
| 410 | 412 |
extern INA219Driver moduleLldPowerMonitorVled; |
| 411 | 413 |
|
| 412 | 414 |
/** |
| 413 |
* @brief ???
|
|
| 415 |
* @brief Qi charger driver
|
|
| 414 | 416 |
*/ |
| 415 | 417 |
extern P9221RDriver moduleQiCharger; |
| 416 | 418 |
|
| 417 | 419 |
/** |
| 420 |
* @brief Nfc driver |
|
| 421 |
*/ |
|
| 422 |
extern PN532Driver moduleNfc; |
|
| 423 |
|
|
| 424 |
/** |
|
| 418 | 425 |
* @brief Status LED driver. |
| 419 | 426 |
*/ |
| 420 | 427 |
extern LEDDriver moduleLldStatusLed; |
| ... | ... | |
| 478 | 485 |
extern aos_shellcommand_t moduleTestP9221rShellCmd; |
| 479 | 486 |
|
| 480 | 487 |
/** |
| 488 |
* @brief PN532 (nfc) unit test object. |
|
| 489 |
*/ |
|
| 490 |
extern aos_shellcommand_t moduleTestPn532ShellCmd; |
|
| 491 |
|
|
| 492 |
/** |
|
| 481 | 493 |
* @brief Status LED test command. |
| 482 | 494 |
*/ |
| 483 | 495 |
extern aos_shellcommand_t moduleTestLedShellCmd; |
Also available in: Unified diff