Skip to content
Snippets Groups Projects
Commit 025118a7 authored by Federico Lolli's avatar Federico Lolli Committed by Emilio Corigliano
Browse files

[ARP] Improved comment on EndlessBlink

Added a note on doxygen explaining its purpose and scope
parent 6bdb8826
No related branches found
No related tags found
1 merge request!48[GS, ARP] New entrypoint for lyra_gs and ARP related things
...@@ -80,6 +80,8 @@ public: ...@@ -80,6 +80,8 @@ public:
/** /**
* @brief blocking action to blink endlessly a led * @brief blocking action to blink endlessly a led
* @note this method does not need any previous call to start()
* and can be called as soon as the Leds object is created
*/ */
void endlessBlink(LedColor color, uint32_t period); void endlessBlink(LedColor color, uint32_t period);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment