Open
Conversation
and µs functions use our return µs
and removed hoardcoded pulse cycle limits
…g (CC2650). Connect, enable optical sensor, adjust measurement/transmission period. http://processors.wiki.ti.com/index.php/CC2650_SensorTag_User%27s_Guide
Central connection sample with Peripheral Texas Instruments Sensor Ta…
fix hardcoded pulse limits
…d-255 Fixed output of dbgDumpMemory when buffer size > 255 bytes
to BLE_GATT_ATT_MTU_MAX for consistency
BLEGATT_ATT_MTU_MAX should be BLE_GATT_ATT_MTU_MAX
…imeout Add a way to set connection supervision timeout
Nordic SoftDevice needs to have control over lowest priority interrupts for reliable, timing sensitive operation. If user code tries to use such a low priority level, SoftDevice refuses to start. One way to overcome this limitation is to start the SoftDevice before attaching pin change interrupts, though in such a case, SD will cap the effective priority of the user interrupt anyway and it is a common mistake API users do. This change simply changes the priority to 2, which is legal (for fast interrupt handlers anyway) under SoftDevice, no matter if attached before of after SD start.
…imeout Typo in _ppcp_conn_sup_timeout logging
Fix upstream issue adafruit#171: Better choice of pin interrupt priority
update changelog for release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
create pr for review.
please do not merge it until every one view it.