GPIO极限翻转速度小测试(TODO)
1 树莓派Pico2
1.1 Python
"""
Benchmark 1: GPIO toggle using the high-level MicroPython machine.Pin API.
Target: Raspberry Pi Pico 2 (RP2350).This measures the raw toggle rate of Pin.toggle() / Pin.value() by running a
large fixed number of…
2026/8/14 19:59:24