Open RTS
Full implementation of the Somfy RTS protocol
Loading...
Searching...
No Matches
rts_pulse_output_espidf_gpio.h
Go to the documentation of this file.
1#ifndef RTS_PULSE_OUTPUT_ESPIDF_GPIO_H
2#define RTS_PULSE_OUTPUT_ESPIDF_GPIO_H
3
4#include "../rts_pulse_output.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_OUTPUT_ESPIDF_GPIO_H
void rts_pulse_output_init_espidf_gpio(struct rts_pulse_output *pulse_output, uint8_t data_pin)
Initialize an rts_pulse_output which sends pulses to the specified ESP-IDF GPIO pin.
Provides an interface for an output of RTS pulses, eg a GPIO or radio.
Definition rts_pulse_output.h:30