Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ShimmerAndroidInstrumentDriver/shimmerBasicExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
This example is only applicable for Shimmer3 devices onwards. For Shimmer2 devices, please see the Legacy Example

- This example demonstrates connecting and streaming data from a Shimmer directly, without the use of the Bluetooth Manager
- This example assume you have pre-configured you device and have the Low Noise Accelerometer enabled
- The build.gradle file shows how to retrieve the library from bintray. Take note of the following:-

```
Expand All @@ -19,4 +20,4 @@ allprojects {
}
}
}
```
```