Skip to content
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

A couple of little typos? #2

Open
jiversen opened this issue Feb 20, 2020 · 0 comments
Open

A couple of little typos? #2

jiversen opened this issue Feb 20, 2020 · 0 comments

Comments

@jiversen
Copy link

Cool stuff!

TDWS2811.cpp & TDWS2811.h
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant