Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include "button.h"
- static button_state_t button;
- void button_init()
- {
- printf("Has llamado a button_init\n");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement