-
Notifications
You must be signed in to change notification settings - Fork 120
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
Context aware callback methods. #39
base: development
Are you sure you want to change the base?
Commits on Dec 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d45b519 - Browse repository at this point
Copy the full SHA d45b519View commit details
Commits on Dec 9, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 607f01a - Browse repository at this point
Copy the full SHA 607f01aView commit details
Commits on Dec 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for fb5368b - Browse repository at this point
Copy the full SHA fb5368bView commit details
Commits on Jan 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f3d15fe - Browse repository at this point
Copy the full SHA f3d15feView commit details -
Configuration menu - View commit details
-
Copy full SHA for b80b880 - Browse repository at this point
Copy the full SHA b80b880View commit details
Commits on May 8, 2017
-
added pinMode declaration for the RTS pin..
.. in order for it to work in the context of flow control with hardware serial
Configuration menu - View commit details
-
Copy full SHA for 6428f12 - Browse repository at this point
Copy the full SHA 6428f12View commit details -
Merge pull request #33 from steinerlein/master
added pinMode declaration for the RTS pin..
Configuration menu - View commit details
-
Copy full SHA for 4e7e106 - Browse repository at this point
Copy the full SHA 4e7e106View commit details
Commits on Oct 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for bdad611 - Browse repository at this point
Copy the full SHA bdad611View commit details
Commits on Oct 16, 2017
-
Added callback context for connect, disconnect, and BLEUART.
This allows a pointer to an object to be passed in while registering for callbacks. In turn, when the callback is invoked, the pointer will be included. This allows an instance added information, including an instance handler, for the more C++ types. This pattern is similar to the pattern followed in POSIX for thread creation.
Configuration menu - View commit details
-
Copy full SHA for d7bcefd - Browse repository at this point
Copy the full SHA d7bcefdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 449417d - Browse repository at this point
Copy the full SHA 449417dView commit details -
Changed update to prefer context based callbacks.
Need to double check to see if system_events can only happen one at a time.
Configuration menu - View commit details
-
Copy full SHA for 2ed9816 - Browse repository at this point
Copy the full SHA 2ed9816View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f12401 - Browse repository at this point
Copy the full SHA 5f12401View commit details -
Update does full "double-check" for callbacks.
Will change when deprecated methods are removed.
Configuration menu - View commit details
-
Copy full SHA for a948b2c - Browse repository at this point
Copy the full SHA a948b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 508208d - Browse repository at this point
Copy the full SHA 508208dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca18e7 - Browse repository at this point
Copy the full SHA 8ca18e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c14d9 - Browse repository at this point
Copy the full SHA 23c14d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0a506 - Browse repository at this point
Copy the full SHA 6d0a506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d590c1 - Browse repository at this point
Copy the full SHA 2d590c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b2264 - Browse repository at this point
Copy the full SHA f7b2264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b26e04 - Browse repository at this point
Copy the full SHA 5b26e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 489ce00 - Browse repository at this point
Copy the full SHA 489ce00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5221b7e - Browse repository at this point
Copy the full SHA 5221b7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8dcccb - Browse repository at this point
Copy the full SHA b8dcccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3783df - Browse repository at this point
Copy the full SHA e3783dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0929440 - Browse repository at this point
Copy the full SHA 0929440View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bb951 - Browse repository at this point
Copy the full SHA 35bb951View commit details -
Updated to enable/disable GATT callbacks.
Updated the GATT calback mechanism to separate setting the callback function pointer and enabling attributes. This is a cleaner method in the callback context world.
Configuration menu - View commit details
-
Copy full SHA for 362a8c3 - Browse repository at this point
Copy the full SHA 362a8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ef5460 - Browse repository at this point
Copy the full SHA 8ef5460View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5c36f1 - Browse repository at this point
Copy the full SHA d5c36f1View commit details