Merge pull request #4980 from willmmiles/0_15_x_rmthi

(0.15) RMT High-priority Interrupt driver backport
This commit is contained in:
Will Miles
2025-10-05 11:20:42 -04:00
committed by Frank
parent e6cca911d5
commit abdbe0b445
5 changed files with 1252 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "NeoESP32RmtHI",
"build": { "libArchive": false },
"platforms": ["espressif32"],
"dependencies": [
{
"owner": "makuna",
"name": "NeoPixelBus",
"version": "^2.8.3"
}
]
}