Files
soundshot/main/gui.h
Brent Perteet f59eb660cf Initial commit
IMU and bubble level working
2025-06-14 16:38:53 -05:00

8 lines
60 B
C

#ifndef GUI_H
#define GUI_H
void gui_start(void);
#endif