libmygpio
libmygpio API documentation
Loading...
Searching...
No Matches
libmygpio_hook.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_HOOK_H
14#define LIBMYGPIO_HOOK_H
15
17
18#include <stdbool.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
25
33
40bool mygpio_hook(struct t_mygpio_connection *connection, const char *name);
41
45
46#ifdef __cplusplus
47}
48#endif
49
50#endif
bool mygpio_hook(struct t_mygpio_connection *connection, const char *name)
myGPIOd client library