libmygpio
libmygpio API documentation
Loading...
Searching...
No Matches
libmygpio_gpioinfo.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_GPIOINFO_H
14#define LIBMYGPIO_GPIOINFO_H
15
16#include <stdbool.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
23struct t_mygpio_gpio;
24
32
40bool mygpio_gpioinfo(struct t_mygpio_connection *connection, unsigned gpio);
41
52
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif
struct t_mygpio_gpio * mygpio_recv_gpio_info(struct t_mygpio_connection *connection)
bool mygpio_gpioinfo(struct t_mygpio_connection *connection, unsigned gpio)