/* * (C) Copyright 2018 Leo C. * * SPDX-License-Identifier: GPL-2.0 */ #ifndef CMD_GPIO_H #define CMD_GPIO_H #include "command.h" command_ret_t do_gpio(cmd_tbl_t *, uint_fast8_t, int, char * const []); #endif /* CMD_GPIO_H */