1#ifndef RTS_PULSE_SOURCE_GPIOD_H
2#define RTS_PULSE_SOURCE_GPIOD_H
4#include "../rts_pulse_source.h"
37 char *device, uint8_t data_pin);
void rts_pulse_source_init_gpiod(struct rts_pulse_source *pulse_source, char *device, uint8_t data_pin)
Initialize an rts_pulse_source which receives pulses from the specified Linux gpiod device.
Provides an interface for a source of RTS pulses, eg a GPIO or radio.
Definition rts_pulse_source.h:35