matemat/display/firmware/button.h

6 lines
64 B
C
Raw Normal View History

2021-04-21 23:22:11 +02:00
#include <stdint.h>
void button_init();
uint8_t button_get();