This is an example of BLE GATT Client, which receives broadcast data from BLE_Server_BME280 ( a GATT server) , then transfers values up to mbed Device Connector (cloud).
Please refer details about BLEClient_mbedDevConn below. https://github.com/soramame21/BLEClient_mbedDevConn
The location of required BLE GATT server, BLE_Server_BME280, is at here. https://developer.mbed.org/users/edamame22/code/BLE_Server_BME280/
pal/Test/Unity/.gitattributes
- Committer:
- edamame22
- Date:
- 2017-04-13
- Revision:
- 0:29983394c6b6
File content as of revision 0:29983394c6b6:
* text=auto # These files are text and should be normalized (convert crlf to lf) *.rb text *.test text *.c text *.cpp text *.h text *.txt text *.yml text *.s79 text *.bat text *.xcl text *.inc text *.info text *.md text makefile text rakefile text #These files are binary and should not be normalized *.doc binary *.odt binary *.pdf binary *.ewd binary *.eww binary *.dni binary *.wsdt binary *.dbgdt binary *.mac binary