nacapet/src/buttons/buttons.h
2025-05-24 15:14:47 +02:00

7 lines
113 B
C

#ifndef BUTTONS_H
#define BUTTONS_H
uint8_t buttons_getPressedButtons();
void buttons_checkInactivity();
#endif