Seeed-Studio / Grove_LED_Bar

A powerful MY9221 LED driver
MIT License
30 stars 45 forks source link

No compile over Arduino IDE #8

Closed ghost closed 9 years ago

ghost commented 9 years ago

Code with error: __state = bits & 0x3FF;

error cast arduino IDE on imported library...

Solution: // __state = bits & 0x3FF;

awong1900 commented 9 years ago

I have been modified. Thanks for your help.