-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
ESP-IDF V5 #4838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
ESP-IDF V5 #4838
Changes from all commits
965e794
ba2b182
07ab6aa
1de8c2e
2c0259f
03a9d9e
bc19133
e4815d1
81c9225
ec22c50
68dff2d
7daada1
446c043
d4bafec
2f8882e
5205110
906d456
41878f0
44a483f
7a0325f
86679ed
c5e2ec7
93821ef
8cad34e
ce84a57
2af23fc
51e1f4f
0653854
36eaca6
7c8b8fd
d632cf8
b51e80f
9f3e53a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| #if false | ||
| /*------------------------------------------------------------------------- | ||
| NeoPixel driver for ESP32 RMTs using High-priority Interrupt | ||
|
|
||
|
|
@@ -467,3 +468,5 @@ typedef NeoEsp32RmtHI7Ws2805InvertedMethod NeoEsp32RmtHI7Ws2814InvertedMethod; | |
| #endif // !defined(CONFIG_IDF_TARGET_ESP32C3) | ||
|
|
||
| #endif | ||
|
|
||
| #endif // NEOE_SP32_RMT_HI_METHODS_H | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: remove once this has been updated for newer ESP-IDF |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| #if false | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: remove once this has been updated for newer ESP-IDF |
||
|
|
||
| /*------------------------------------------------------------------------- | ||
| NeoPixel library helper functions for Esp32. | ||
|
|
||
|
|
@@ -504,4 +506,6 @@ esp_err_t NeoEsp32RmtHiMethodDriver::WaitForTxDone(rmt_channel_t channel, TickTy | |
| return rv; | ||
| } | ||
|
|
||
| #endif | ||
| #endif | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TODO: remove once this has been updated for newer ESP-IDF |
||
|
|
||
| #endif // ARDUINO_ARCH_ESP32 | ||
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: remove once this has been updated for newer ESP-IDF