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
Cool stuff!
TDWS2811.cpp & TDWS2811.h int TDWS2811::setLed(uint8_t channel, **uint8_t** led, ... //led should be uint16_t?
int TDWS2811::setLed(uint8_t channel, **uint8_t** led, ... //led should be uint16_t?
TDWS2811.cpp
p->SHIFTBUF[3] = 0x00000000; p->SHIFTBUF[**3**] = 0x00000000; //should be [4], though doesn't matter since it's unused
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cool stuff!
TDWS2811.cpp & TDWS2811.h
int TDWS2811::setLed(uint8_t channel, **uint8_t** led, ... //led should be uint16_t?
TDWS2811.cpp
The text was updated successfully, but these errors were encountered: