From ba602c84658a41a01df53edc96b067d3db8ccf26 Mon Sep 17 00:00:00 2001 From: JongChern Date: Fri, 23 Sep 2022 14:57:52 +0800 Subject: [PATCH] Update README.md --- ShimmerAndroidInstrumentDriver/shimmerBasicExample/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ShimmerAndroidInstrumentDriver/shimmerBasicExample/README.md b/ShimmerAndroidInstrumentDriver/shimmerBasicExample/README.md index b1905f75..8594bf41 100644 --- a/ShimmerAndroidInstrumentDriver/shimmerBasicExample/README.md +++ b/ShimmerAndroidInstrumentDriver/shimmerBasicExample/README.md @@ -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:- ``` @@ -19,4 +20,4 @@ allprojects { } } } -``` \ No newline at end of file +```