Configuration for an ESP32 Joybus instance.
More...
#include <esp32.h>
|
|
gpio_num_t | gpio |
| | GPIO pin to use for the Joybus data line (single bidirectional open-drain).
|
|
uint32_t | freq |
| | Transmit frequency, in Hz.
|
|
uint8_t | rmt_tx_ch |
| | RMT TX channel index (0-based among the chip's TX-capable channels).
|
|
uint8_t | rmt_rx_ch |
| | RMT RX channel index (0-based among the chip's RX-capable channels).
|
Configuration for an ESP32 Joybus instance.
The documentation for this struct was generated from the following file: