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.
1717* @author Rikard Lindstrom <[email protected] > 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
You can’t perform that action at this time.
0 commit comments