2025-06-11 08:29:59 +01:00
|
|
|
/**
|
|
|
|
|
* @file DShotRMT.h
|
2025-07-30 23:36:58 +01:00
|
|
|
* @brief DShot signal generation using ESP32 RMT with bidirectional support
|
2025-06-11 08:29:59 +01:00
|
|
|
* @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"
|
2025-09-09 16:19:57 +01:00
|
|
|
|