-
-
Notifications
You must be signed in to change notification settings - Fork 283
Improve CurieBLE library #284
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
Conversation
biagiom
commented
Sep 7, 2016
- Improve sketches that use Serial communication
- Update keyword.txt file of CurieBLE library
- Improve the BLEAttribute Class
Since Arduino/Genuino 101 uses USB native port, wait for the Serial port to open before executing the sketch to not lose serial data already sent to the Serial monitor Signed-off-by: Biagio Montaruli <[email protected]>
- Add CurieBLE Datatype - Add new methods : "end" and "setDeviceName" - Remove inexistent methods : "str", "data" and "length" - Add two new constants from BLEcommon.h file header : "BLE_MAX_ATTR_DATA_LEN" and "BLE_DEVICE_NAME_DEFAULT_PREFIX" Signed-off-by: Biagio Montaruli <[email protected]>
Improve BLEAttributeType enumeration, methods and data members of BLEAttribute Class that use BLEAttributeType enum Signed-off-by: Biagio Montaruli <[email protected]>
We should be careful about adding The other changes look good to me though. |
Hi @sandeepmistry, |
ce97bd7
to
aaaf3db
Compare
@calvinatintel a bunch of these pull requests now have b329d08 mixed in. Can you fix it? |
aaaf3db
to
1beffde
Compare