zephyr-configurator/snippets/bluetooth/led/code2.txt

18 lines
265 B
Plaintext
Raw Normal View History

2023-09-08 11:28:04 +00:00
/* --------------------------- */
/* LED */
/* --------------------------- */
/*
Example:
err = led_init();
if (err) {
return 0;
}
*/
/* --------------------------- */
/* End LED */
/* --------------------------- */