esp32-dshot icon indicating copy to clipboard operation
esp32-dshot copied to clipboard

DSHOT600 driver with command support for ESP-IDF

Results 1 esp32-dshot issues
Sort by recently updated
recently updated
newest added

How can I initialize and control the speed of several motors? If I do as in the example below, then the motors do not work. ` FLESC.install(GPIO_NUM_16, RMT_CHANNEL_0); FRESC.install(GPIO_NUM_18, RMT_CHANNEL_1);...