mirror of
https://github.com/nacabaro/nacapet.git
synced 2026-06-05 22:12:53 +00:00
7 lines
113 B
C
7 lines
113 B
C
#ifndef BUTTONS_H
|
|
#define BUTTONS_H
|
|
|
|
uint8_t buttons_getPressedButtons();
|
|
void buttons_checkInactivity();
|
|
|
|
#endif |