-
Notifications
You must be signed in to change notification settings - Fork 57
More thorough documentation #79
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
Comments
A link to the documentation in the Readme would be nice too. https://circuitpython.readthedocs.io/projects/ble/en/latest/ |
Some other things that would be good to document and provide/cite examples:
|
I had this in a sub-class of
Sending
got turned into
on arrival. Note the final I changed it to this as a guess:
and that fixed it. This is not intuitive and needs documenting. |
I am working on an improvement on this to fix #82. You'll give a tuple of prefixes and it will combine them into a single concatenated prefix string to pass to The order does not matter for matching purposes.
It is not predictable. So far we haven't found a device that cares.
Could you open an issue for to add |
This sounds like a bug: something is just checking falsey-ness instead of |
Some other things that would be good to document and provide/cite examples PART DEUX:
Ex1:
|
I mentioned how prefix matching works in https://learn.adafruit.com/rock-paper-scissors-circuitpython/advanced-game#advertisement-matching-3070937-39 - I've assumed it still checks the length field at the start of the packet but haven't checked that yet.. |
The library could really use more thorough documentation, through more examples, overview text, a, detailed explanatory text. A Learn Guide is probably appropriate, but there should be more inline documentation too. The declarative nature of
Service
andAdvertisement
needs to be more thoroughly explained, for example.The text was updated successfully, but these errors were encountered: