Skip to content

Commit 092fab2

Browse files
committed
更新
1 parent 455195e commit 092fab2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

raspberrypi_pico/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@aily-project/board-raspberrypi_pico",
33
"nickname": "Raspberry Pi Pico",
44
"version": "5.1.0",
5-
"description": "Raspberry Pi Pico",
5+
"description": "Raspberry Pi Pico is a compact, low-cost microcontroller board built around the RP2040 chip, featuring a dual-core Arm Cortex-M0+ processor running at up to 133 MHz, 264 KB of SRAM, and 2 MB of onboard flash storage. It offers 26 multi-function GPIO pins (including 3 analog inputs), SPI, I2C, UART, and a unique Programmable I/O (PIO) subsystem for custom peripheral support. Designed for embedded projects, physical computing, and rapid prototyping, Pico is programmable in C/C++ and MicroPython, making it an ideal choice for hobbyists, educators, and engineers alike.",
66
"main": "index.js",
77
"url": "https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html#pico-1-family",
88
"scripts": {
@@ -24,6 +24,5 @@
2424
"@aily-project/tool-pqt-pioasm": "4.1.0",
2525
"@aily-project/tool-pqt-python3": "1.0.1",
2626
"@aily-project/tool-ctags": "5.8.0"
27-
},
28-
"pinmap": false
27+
}
2928
}

0 commit comments

Comments
 (0)