Skip to content

Commit 5febfd2

Browse files
committed
Merge branch 'main' into deploy
2 parents b805186 + 0a91635 commit 5febfd2

File tree

12 files changed

+32
-12
lines changed

12 files changed

+32
-12
lines changed

esp32_aiot_kit/template/package.json

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,25 @@
44
"description": "",
55
"dependencies": {
66
"@aily-project/board-esp32_aiot_kit": "1.0.0",
7+
"@aily-project/lib-adafruit_ina219": "^0.0.1",
8+
"@aily-project/lib-adafruit-gfx": "^1.0.2",
9+
"@aily-project/lib-adafruit-vl53l0x": "^1.0.0",
710
"@aily-project/lib-core-io": "1.0.0",
811
"@aily-project/lib-core-logic": "0.0.1",
912
"@aily-project/lib-core-loop": "0.0.1",
10-
"@aily-project/lib-core-math":"0.0.1",
11-
"@aily-project/lib-core-text": "0.0.1",
13+
"@aily-project/lib-core-math": "0.0.1",
1214
"@aily-project/lib-core-serial": "0.0.1",
15+
"@aily-project/lib-core-text": "0.0.1",
1316
"@aily-project/lib-core-time": "0.0.1",
14-
"@aily-project/lib-core-variables": "1.0.1"
17+
"@aily-project/lib-core-tone": "^0.0.2",
18+
"@aily-project/lib-core-variables": "1.0.1",
19+
"@aily-project/lib-dht": "^1.0.0",
20+
"@aily-project/lib-esp32_encoder": "^0.0.1",
21+
"@aily-project/lib-esp32-i2s": "^1.0.0",
22+
"@aily-project/lib-esp32-sd": "^0.0.1",
23+
"@aily-project/lib-ntc": "^1.0.0",
24+
"@aily-project/lib-sparkfun_bmi270": "^0.0.1",
25+
"@aily-project/lib-sparkfun_tb6612": "^0.0.2",
26+
"@aily-project/lib-u8g2": "^1.0.0"
1527
}
16-
}
28+
}

esp32_aiot_kit/template/project.abi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"id": "arduino_setup_id0",
88
"x": 30,
99
"y": 30,
10-
"deletable": false
10+
"deletable": false
1111
},
1212
{
1313
"type": "arduino_loop",
1414
"id": "arduino_loop_id0",
1515
"x": 30,
1616
"y": 290,
17-
"deletable": false
17+
"deletable": false
1818
}
1919
]
2020
}

jinniu_board/template/package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@
88
"@aily-project/lib-core-io": "1.0.0",
99
"@aily-project/lib-core-logic": "0.0.1",
1010
"@aily-project/lib-core-loop": "0.0.1",
11-
"@aily-project/lib-core-math":"0.0.1",
12-
"@aily-project/lib-core-text": "0.0.1",
11+
"@aily-project/lib-core-math": "0.0.1",
1312
"@aily-project/lib-core-serial": "0.0.1",
13+
"@aily-project/lib-core-text": "0.0.1",
1414
"@aily-project/lib-core-time": "0.0.1",
15-
"@aily-project/lib-core-variables": "1.0.1"
15+
"@aily-project/lib-core-tone": "^0.0.2",
16+
"@aily-project/lib-core-variables": "1.0.1",
17+
"@aily-project/lib-dht": "^1.0.0",
18+
"@aily-project/lib-fastled": "^1.0.1",
19+
"@aily-project/lib-servo": "^1.0.0",
20+
"@aily-project/lib-tts": "^0.0.1",
21+
"@aily-project/lib-ultrasonic": "^0.0.1"
1622
}
17-
}
23+
}

jinniu_board/template/project.abi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"id": "arduino_setup_id0",
88
"x": 30,
99
"y": 30,
10-
"deletable": false
10+
"deletable": false
1111
},
1212
{
1313
"type": "arduino_loop",
1414
"id": "arduino_loop_id0",
1515
"x": 30,
1616
"y": 290,
17-
"deletable": false
17+
"deletable": false
1818
}
1919
]
2020
}

raspberrypi_pico/board.webp

9.53 KB
Loading
-6.62 KB
Binary file not shown.

raspberrypi_pico2/board.webp

8.52 KB
Loading
-6.62 KB
Binary file not shown.

raspberrypi_pico2_w/board.webp

8.38 KB
Loading

raspberrypi_pico2_w/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
开发文档:https://www.raspberrypi.com/products/raspberry-pi-pico-2/

0 commit comments

Comments
 (0)