|
OneWay
3.0-3-ge9d4fa4
|
led handling functions. More...
#include <util/delay.h>#include "led.h"
Functions | |
| void | led_set (const uint8_t led, const uint8_t status) |
| turn on, off and blink a led or both. More... | |
| void | led_init (void) |
| initialize the port and turn both led on. | |
led handling functions.
| void led_set | ( | const uint8_t | led, |
| const uint8_t | status | ||
| ) |
turn on, off and blink a led or both.
| led | RED, GREEN, BOTH, NONE. |
| status | ON, OFF, BLINK |
1.8.13