Cli: cleanup gpio commands (#1306)

* Cli: cleanup gpio commands

* Cli: extra gpio message for debug pins
This commit is contained in:
あく
2022-06-10 00:04:36 +09:00
committed by GitHub
parent 936a2f64b2
commit f5ab37ac99
3 changed files with 236 additions and 183 deletions

View File

@@ -0,0 +1,5 @@
#pragma once
#include "cli_i.h"
void cli_command_gpio(Cli* cli, string_t args, void* context);