PHF000-Firmware/drivers/button/button.h

10 lines
136 B
C

#ifndef BUTTON_H
#define BUTTON_H
#include <zephyr/drivers/gpio.h>
void button_init(void);
int button_read(void);
#endif // BUTTON_H