File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
libraries/Bluefruit52Lib/examples/Peripheral/tf4micro-motion-kit Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,15 @@ limitations under the License.
17
17
* @author Rikard Lindstrom <rlindsrom@google.com>
18
18
*/
19
19
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
21
29
22
30
#define VERSION 5
23
31
#define FLOAT_BYTE_SIZE 4
You can’t perform that action at this time.
0 commit comments