MCPcopy Create free account
hub / github.com/DroomOne/Flipper-Plugin-Tutorial / hello_world_state_init

Function hello_world_state_init

hello_world.c:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43static void hello_world_state_init(PluginState* const plugin_state) {
44 plugin_state->x = 50;
45 plugin_state->y = 30;
46}
47
48int32_t hello_world_app() {
49 FuriMessageQueue* event_queue = furi_message_queue_alloc(8, sizeof(PluginEvent));

Callers 1

hello_world_appFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected