GPIO I/O utility function implementations. More...
GPIO I/O utility function implementations.
Definition in file gpio_util.h.
#include "gpio.h"
 Include dependency graph for gpio_util.h:Go to the source code of this file.
Functions | |
| 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.  More... | |