Revision 1678f270 modules/LightRing_1-0/module.c
| modules/LightRing_1-0/module.c | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
AMiRo-OS is an operating system designed for the Autonomous Mini Robot (AMiRo) platform. |
| 3 |
Copyright (C) 2016..2018 Thomas Schöpping et al.
|
|
| 3 |
Copyright (C) 2016..2019 Thomas Schöpping et al.
|
|
| 4 | 4 |
|
| 5 | 5 |
This program is free software: you can redistribute it and/or modify |
| 6 | 6 |
it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 280 | 280 |
/*===========================================================================*/ |
| 281 | 281 |
#if (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__) |
| 282 | 282 |
|
| 283 |
/* EEPROM (AT24C01BN) */ |
|
| 283 |
/* |
|
| 284 |
* EEPROM (AT24C01BN) |
|
| 285 |
*/ |
|
| 284 | 286 |
static int _utShellCmdCb_AlldAt24c01bn(BaseSequentialStream* stream, int argc, char* argv[]) |
| 285 | 287 |
{
|
| 286 | 288 |
(void)argc; |
| ... | ... | |
| 304 | 306 |
/* data */ &_utAt24c01bnData, |
| 305 | 307 |
}; |
| 306 | 308 |
|
| 307 |
/* LED PWM driver (TLD5947) */ |
|
| 309 |
/* |
|
| 310 |
* LED PWM driver (TLD5947) |
|
| 311 |
*/ |
|
| 308 | 312 |
static int _utShellCmdCb_Tlc5947(BaseSequentialStream* stream, int argc, char* argv[]) |
| 309 | 313 |
{
|
| 310 | 314 |
(void)argc; |
| ... | ... | |
| 324 | 328 |
/* data */ &moduleLldLedPwm, |
| 325 | 329 |
}; |
| 326 | 330 |
|
| 327 |
/* power switch (Laser) */ |
|
| 331 |
/* |
|
| 332 |
* power switch (Laser) |
|
| 333 |
*/ |
|
| 328 | 334 |
static int _utShellCmdCb_Tps2051bdbv(BaseSequentialStream* stream, int argc, char* argv[]) |
| 329 | 335 |
{
|
| 330 | 336 |
(void)argc; |
Also available in: Unified diff