forked from jposada202020/MicroPython_BMI160
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexamples.json
33 lines (33 loc) · 1.08 KB
/
examples.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"urls": [
[
"micropython_bmi160/examples/bmi160_gyro_range.py",
"github:jposada202020/MicroPython_BMI160/examples/bmi160_gyro_range.py"
],
[
"micropython_bmi160/examples/bmi160_temperature.py",
"github:jposada202020/MicroPython_BMI160/examples/bmi160_temperature.py"
],
[
"micropython_bmi160/examples/bmi160_gyro_datarate.py",
"github:jposada202020/MicroPython_BMI160/examples/bmi160_gyro_datarate.py"
],
[
"micropython_bmi160/examples/bmi160_simpletest.py",
"github:jposada202020/MicroPython_BMI160/examples/bmi160_simpletest.py"
],
[
"micropython_bmi160/examples/bmi160_acce_datarange.py",
"github:jposada202020/MicroPython_BMI160/examples/bmi160_acce_datarange.py"
],
[
"micropython_bmi160/examples/bmi160_gyro_simpletest.py",
"github:jposada202020/MicroPython_BMI160/examples/bmi160_gyro_simpletest.py"
],
[
"micropython_bmi160/examples/bmi160_acc_datarate.py",
"github:jposada202020/MicroPython_BMI160/examples/bmi160_acc_datarate.py"
]
],
"version": "1"
}