Oled implementation (#1)

This commit is contained in:
2026-02-07 15:05:45 -05:00
committed by GitHub
parent 048e39016a
commit 33c3ebad53
46 changed files with 1790 additions and 1260 deletions

View File

@@ -17,8 +17,10 @@ LIB_API void cleanup();
LIB_API int send_angle_control(int module_id, int angle);
LIB_API char *get_configuration(int *size_out);
LIB_API bool control_sentry_init(const char *dsn, const char *environment, const char *release);
LIB_API void control_sentry_set_app_info(const char *app_name, const char *app_version,
LIB_API bool control_sentry_init(const char *dsn, const char *environment,
const char *release);
LIB_API void control_sentry_set_app_info(const char *app_name,
const char *app_version,
const char *build_number);
LIB_API void control_sentry_shutdown(void);
}