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/extras/fixture/readme.txt@2:b894b3508057, 2017-09-05 (annotated)
- Committer:
- Ren Boting
- Date:
- Tue Sep 05 11:56:13 2017 +0900
- Revision:
- 2:b894b3508057
- Parent:
- 0:29983394c6b6
Update all libraries and reform main.cpp
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
edamame22 | 0:29983394c6b6 | 1 | Copyright (c) 2010 James Grenning and Contributed to Unity Project |
edamame22 | 0:29983394c6b6 | 2 | |
edamame22 | 0:29983394c6b6 | 3 | Unity Project - A Test Framework for C |
edamame22 | 0:29983394c6b6 | 4 | Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams |
edamame22 | 0:29983394c6b6 | 5 | [Released under MIT License. Please refer to license.txt for details] |
edamame22 | 0:29983394c6b6 | 6 | |
edamame22 | 0:29983394c6b6 | 7 | This Framework is an optional add-on to Unity. By including unity_framework.h in place of unity.h, |
edamame22 | 0:29983394c6b6 | 8 | you may now work with Unity in a manner similar to CppUTest. This framework adds the concepts of |
edamame22 | 0:29983394c6b6 | 9 | test groups and gives finer control of your tests over the command line. |