zephyr-configurator/snippets/bluetooth/button/code2.txt
H4CK3R-01 a75c2d467c
All checks were successful
Build & Publish / build (push) Successful in 8m17s
Added new bluetooth samples
2023-09-08 13:28:04 +02:00

18 lines
283 B
Plaintext

/* --------------------------- */
/* Button */
/* --------------------------- */
/*
Example:
err = button_init(button_callback);
if (err) {
return 0;
}
*/
/* --------------------------- */
/* Button LED */
/* --------------------------- */