DShotRMT/DShotRMT.h

13 lines
227 B
C
Raw Normal View History

/**
* @file DShotRMT.h
2025-07-30 23:36:58 +01:00
* @brief DShot signal generation using ESP32 RMT with bidirectional support
* @author Wastl Kraus
* @date 2025-06-11
* @license MIT
*/
2021-06-29 19:05:20 +01:00
2025-10-01 23:31:24 +01:00
#pragma once
#include <Arduino.h>
2025-09-27 13:59:23 +01:00
#include "src/DShotRMT.h"