Last active
February 20, 2017 19:54
-
-
Save andreban/a5286f0eb2fb5991276289b3dbe75400 to your computer and use it in GitHub Desktop.
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
device.gatt.connect() | |
.then(server => { | |
server.getPrimaryService('ce060030-43e5-11e4-916c-0800200c9a66') // Rowing Service. | |
.then(rowingService => { | |
// ... | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment