Skip to content

Commit b5820b0

Browse files
committed
add example doc
1 parent 76579e4 commit b5820b0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/tf4micro-motion-kit/tf4micro-motion-kit.ino

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@ limitations under the License.
1717
* @author Rikard Lindstrom <rlindsrom@google.com>
1818
*/
1919

20-
// Ported to Adafruit_nRF52_Arduino core by hathach for Adafruit
20+
// Ported to Adafruit_nRF52_Arduino core by hathach for Adafruit from
21+
// https://github.com/googlecreativelab/tiny-motion-trainer
22+
//
23+
// Boards equipped with IMU sensor such as Clue and Feather nRF52840 Sense are supported
24+
// out of the box. If you use other board, or sensor please edit the 'data_provider.cpp' file
25+
// to include driver libraries for yours.
26+
27+
// For how to run this example check out following
28+
// https://experiments.withgoogle.com/tiny-motion-trainer
2129

2230
#define VERSION 5
2331
#define FLOAT_BYTE_SIZE 4

0 commit comments

Comments
 (0)