libmygpio
libmygpio API documentation
Loading...
Searching...
No Matches
libmygpio_raspberry_vcio.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-3.0-or-later
3
libmygpio (c) 2020-2026 Juergen Mang <mail@jcgames.de>
4
https://github.com/jcorporation/mympd
5
*/
6
12
13
#ifndef LIBMYGPIO_GPIO_H
14
#define LIBMYGPIO_GPIO_H
15
16
#include "
libmygpio_gpio_struct.h
"
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
22
struct
t_mygpio_connection
;
23
31
38
struct
t_mygpio_pair *
mygpio_vcio
(
struct
t_mygpio_connection
*connection,
const
char
*command);
39
43
44
#ifdef __cplusplus
45
}
46
#endif
47
48
#endif
mygpio_vcio
struct t_mygpio_pair * mygpio_vcio(struct t_mygpio_connection *connection, const char *command)
libmygpio_gpio_struct.h
myGPIOd client library
t_mygpio_connection
libmygpio
include
libmygpio
libmygpio_raspberry_vcio.h
Generated by
1.14.0