18 lines
265 B
Plaintext
18 lines
265 B
Plaintext
|
|
|
|
/* --------------------------- */
|
|
/* LED */
|
|
/* --------------------------- */
|
|
/*
|
|
Example:
|
|
|
|
err = led_init();
|
|
if (err) {
|
|
return 0;
|
|
}
|
|
*/
|
|
/* --------------------------- */
|
|
/* End LED */
|
|
/* --------------------------- */
|
|
|