matemat/display/firmware/button.h
2021-04-21 23:22:48 +02:00

5 lines
64 B
C

#include <stdint.h>
void button_init();
uint8_t button_get();