We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Sebastius,
I´m trying to use your library to drive a sk6812 led strip, but my ESP it´s stopping in
SetColor() in lines xSemaphoreTake(sk6812_sem, portMAX_DELAY);
xSemaphoreTake(sk6812_sem, portMAX_DELAY);
vSemaphoreDelete(sk6812_sem);
I comment them and the next stop was in sk6812_init.
I suspect a mistake in the line #define RMT_DURATION_NS 12.5 /* minimum time of a single RMT duration based on clock ns */
#define RMT_DURATION_NS 12.5 /* minimum time of a single RMT duration based on clock ns */
the datasheet of the sk6812 says 0.6us +0.6us = 1.2us=1200ns
I am super insterested in use your library, I hope you can help me. I hope you can give me an example.
Thanks in advance. Mauricio Marcano
Sorry for the bad english haha
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Sebastius,
I´m trying to use your library to drive a sk6812 led strip, but my ESP it´s stopping in
SetColor() in lines
xSemaphoreTake(sk6812_sem, portMAX_DELAY);
vSemaphoreDelete(sk6812_sem);
I comment them and the next stop was in sk6812_init.
I suspect a mistake in the line
#define RMT_DURATION_NS 12.5 /* minimum time of a single RMT duration based on clock ns */
the datasheet of the sk6812 says 0.6us +0.6us = 1.2us=1200ns
I am super insterested in use your library, I hope you can help me. I hope you can give me an example.
Thanks in advance.
Mauricio Marcano
Sorry for the bad english haha
The text was updated successfully, but these errors were encountered: