Revision 2e69d671
| modules/DiWheelDrive_1-1/module.c | ||
|---|---|---|
| 466 | 466 |
/* left wheel */ 0.05571f, |
| 467 | 467 |
/* right wheel */ 0.05571f, |
| 468 | 468 |
}, |
| 469 |
/* timeout */ 5 * MICROSECONDS_PER_SECOND,
|
|
| 469 |
/* timeout */ 10 * MICROSECONDS_PER_SECOND,
|
|
| 470 | 470 |
}; |
| 471 | 471 |
aos_unittest_t moduleUtAlldA3906 = {
|
| 472 | 472 |
/* name */ "A3906", |
| unittests/periphery-lld/src/ut_alld_a3906.c | ||
|---|---|---|
| 30 | 30 |
/** |
| 31 | 31 |
* @brief Interval to poll QEI in certain tests. |
| 32 | 32 |
*/ |
| 33 |
#define QEI_POLL_INTERVAL_MS 10 |
|
| 33 |
#define QEI_POLL_INTERVAL_MS 100
|
|
| 34 | 34 |
|
| 35 | 35 |
/** |
| 36 | 36 |
* @brief Threshold for QEI differences. |
Also available in: Unified diff