Advertisement
Guest User

button.c

a guest
Mar 5th, 2025
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include <stdio.h>
  2. #include "button.h"
  3.  
  4. static button_state_t button;
  5.  
  6. void button_init()
  7. {
  8. printf("Has llamado a button_init\n");
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement