Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
gpio_util.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2019 Philipp-Alexander Blum <philipp-blum@jakiku.de>
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
20
21
#include "
gpio.h
"
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
37
uint8_t
gpio_util_shiftin
(gpio_t data_pin, gpio_t clock_pin);
38
39
#ifdef __cplusplus
40
}
41
#endif
gpio.h
Low-level GPIO peripheral driver interface definitions.
gpio_util_shiftin
uint8_t gpio_util_shiftin(gpio_t data_pin, gpio_t clock_pin)
Shift in a byte from data_pin, create clock pulses on clock_pin.
Generated on Fri May 1 2026 15:22:59 by
1.13.2