18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
|
|
|
|
/* --------------------------- */
|
|
/* Button */
|
|
/* --------------------------- */
|
|
/*
|
|
Example:
|
|
|
|
err = button_init(button_callback);
|
|
if (err) {
|
|
return 0;
|
|
}
|
|
*/
|
|
/* --------------------------- */
|
|
/* Button LED */
|
|
/* --------------------------- */
|
|
|