Add comments to Status led external driver header file
authorNathael Pajani <nathael.pajani@ed3l.fr>
Sun, 22 Feb 2015 01:47:38 +0000 (02:47 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
include/extdrv/status_led.h

index 7982c80..c766467 100644 (file)
 
 /***************************************************************************** */
 /* Status LED */
+
+/* Configure the status led, giving the red and green pio structure */
 void status_led_config(const struct pio* green, const struct pio* red);
 
+/* Change the status led according to "val" param
+ * Use values from "led_status" enum for "val"
+ */
 void status_led(uint32_t val);
 
+
+/* TODO : Add comment */
 void chenillard(uint32_t ms);
 
 enum led_status {