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
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
23
31
38struct t_mygpio_pair *mygpio_vcio(struct t_mygpio_connection *connection, const char *command);
39
43
44#ifdef __cplusplus
45}
46#endif
47
48#endif
struct t_mygpio_pair * mygpio_vcio(struct t_mygpio_connection *connection, const char *command)
myGPIOd client library