RP2040-PiZero 是一款微雪 (Waveshare) 设计的高性能、高性价比的微控制板,板载 DVI 接口、Micro SD 卡座和 PIO-USB 接口,引出兼容树莓派 40PIN GPIO 接口,方便开发并嵌入应用到产品中。
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
注意:如果您已经有ESP32板URL,您可以使用逗号分隔 URL,如下所示:
https://dl.espressif.com/dl/package_esp32_index.json,https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
C:\Users\[username]\AppData\Local\Arduino15\packages
MircoPython视频例程(github)
MicroPython固件/Blink例程(C)
树莓派官方C/C++示例程序 (github)
树莓派官方micropython示例程序 (github)
Arduino官方C/C++示例程序 (github)
PIO-USB将模拟为一个鼠标并每0.5s移动鼠标光标
Host_hid_to_device_cdc类似于capture_hid_report,从主机端口打印鼠标/键盘报告到设备端口的cdc。
>
setrtc <DD> <MM> <YY> <hh> <mm> <ss>: Set Real Time Clock Parameters: new date (DD MM YY) new time in 24-hour format (hh mm ss) e.g.:setrtc 16 3 21 0 4 0 date: Print current date and time lliot <drive#>: !DESTRUCTIVE! Low Level I/O Driver Test e.g.: lliot 1 format [<drive#:>]: Creates an FAT/exFAT volume on the logical drive. e.g.: format 0: mount [<drive#:>]: Register the work area of the volume e.g.: mount 0: unmount <drive#:>: Unregister the work area of the volume chdrive <drive#:>: Changes the current directory of the logical drive. <path> Specifies the directory to be set as current directory. e.g.: chdrive 1: getfree [<drive#:>]: Print the free space on drive cd <path>: Changes the current directory of the logical drive. <path> Specifies the directory to be set as current directory. e.g.: cd 1:/dir1 mkdir <path>: Make a new directory. <path> Specifies the name of the directory to be created. e.g.: mkdir /dir1 ls: List directory cat <filename>: Type file contents simple: Run simple FS tests big_file_test <pathname> <size in bytes> <seed>: Writes random data to file <pathname>. <size in bytes> must be multiple of 512. e.g.: big_file_test bf 1048576 1 or: big_file_test big3G-3 0xC0000000 3 cdef: Create Disk and Example Files Expects card to be already formatted and mounted start_logger: Start Data Log Demo stop_logger: Stop Data Log Demo