Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
rts_pulse_source_espidf_gpio.h
Go to the documentation of this file.
1#ifndef RTS_PULSE_SOURCE_ESPIDF_GPIO_H
2#define RTS_PULSE_SOURCE_ESPIDF_GPIO_H
3
4#include "../rts_pulse_source.h"
5
15#ifdef __cplusplus
16extern "C" {
17#endif
18
31 uint8_t data_pin);
32
33#ifdef __cplusplus
34} // extern "C"
35#endif
36
41#endif // RTS_PULSE_SOURCE_ESPIDF_GPIO_H
void rts_pulse_source_init_espidf_gpio(struct rts_pulse_source *pulse_source, uint8_t data_pin)
Initialize an rts_pulse_source which receives pulses from the specified ESP-IDF GPIO pin.
Provides an interface for a source of RTS pulses, eg a GPIO or radio.
Definition rts_pulse_source.h:35