You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 5th block of example code is the same as the first. But the description states that it should be a combination of the first and additionally a "RawTextPacket" example. Looking at the files in the GitHub examples folder for this documentation I think you need to refer to "bluefruitconnect_simpletest2.py". Being barely able to comprehend Python and the libraries is enough of a struggle (embedded C for over 30 years, now retired). Having the documentation add to the confusion is really a pain!
Thanks in advance,
Vin...
This example demonstrates receiving both a color (as in simpletest above)
and raw text (using RawTextPacket).
On this page https://docs.circuitpython.org/projects/bluefruitconnect/en/latest/examples.html
The 5th block of example code is the same as the first. But the description states that it should be a combination of the first and additionally a "RawTextPacket" example. Looking at the files in the GitHub examples folder for this documentation I think you need to refer to "bluefruitconnect_simpletest2.py". Being barely able to comprehend Python and the libraries is enough of a struggle (embedded C for over 30 years, now retired). Having the documentation add to the confusion is really a pain!
Thanks in advance,
Vin...
This example demonstrates receiving both a color (as in simpletest above)
and raw text (using RawTextPacket).
.. literalinclude:: ../examples/bluefruitconnect_simpletest.py
:caption: examples/bluefruitconnect_simpletest.py
:linenos:
The text was updated successfully, but these errors were encountered: