Closed ghost closed 9 years ago
Code with error: __state = bits & 0x3FF;
error cast arduino IDE on imported library...
Solution: // __state = bits & 0x3FF;
I have been modified. Thanks for your help.
Code with error: __state = bits & 0x3FF;
error cast arduino IDE on imported library...
Solution: // __state = bits & 0x3FF;