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

18 lines
283 B
Plaintext
Raw Permalink Normal View History

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