mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-04-27 00:25:10 +00:00
6 lines
113 B
C
6 lines
113 B
C
#pragma once
|
|
|
|
#include <toolbox/pipe.h>
|
|
|
|
void cli_command_gpio(PipeSide* pipe, FuriString* args, void* context);
|