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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have some Hiwonder Turbopi robots that come with an image/SDK that seems to be using this library.
If I set a breakpoint within their python SDK code, it prints 64, rev:0xc0314 as I step over the PixelStrip.begin() call.
64, rev:0xc0314
PixelStrip.begin()
If I import their SDK, which imports and calls begin(), this string doesn't print until later; usually before main exits.
begin()
What is printing this, and can I disable it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have some Hiwonder Turbopi robots that come with an image/SDK that seems to be using this library.
If I set a breakpoint within their python SDK code, it prints
64, rev:0xc0314
as I step over thePixelStrip.begin()
call.If I import their SDK, which imports and calls
begin()
, this string doesn't print until later; usually before main exits.What is printing this, and can I disable it?
The text was updated successfully, but these errors were encountered: