Replies: 1 comment
-
|
Look at the Core3 branch. It supports the newer core and has some C6 support updated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, as far as I understand, the ESP32 C6 does support I2S and RMT. However, in this library it is currently disabled because the interface changed (?). Am I understanding that right?
NeoPixelBus/src/internal/methods/NeoEspBitBangMethod.h
Lines 370 to 371 in fd670ee
NeoPixelBus/src/internal/methods/Esp32_i2s.c
Line 25 in fd670ee
When I try to compile it with the RMT, I am (also) getting deprecation errors:
Are there already some thoughts on how an implementation of this lib for C6 could be done? I would be willing to try, but any help and though on how you would approach it to make it fit in the library design standards would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions