move rmt constants to constants comp

This commit is contained in:
superkor
2026-01-15 19:31:52 -05:00
committed by Johnathon Slightham
parent c4fb10c3db
commit 9aa5737040
5 changed files with 36 additions and 21 deletions

View File

@@ -1,11 +1,7 @@
#ifdef RMT_COMMUNICATIONS
#include "driver/rmt_tx.h"
#define RMT_RESOLUTION_HZ 4 * 1000 * 1000 // 4 MHz resolution
#define RMT_DURATION_SYMBOL 2 //1 us
#define RMT_DURATION_MAX (2 * RMT_DURATION_SYMBOL)
#include "constants/rmt.h"
//MANCHESTER ENCODING (ETHERNET STANDARD)