跳转到主要内容

Raspberry Pi Pico W的命令行引脚排布

项目描述

Raspberry Pi GPIO引脚排布

为Raspberry Pi提供美观的GPIO引脚排布和引脚功能指南,具有实时引脚配置、驱动和电平监控。

Example image

Build Status PyPi Package Python Versions

使用方法

usage: rpipins [--...] [--all] or {i2c,spi} [--find <text>]
       --pins          - show physical pin numbers
       --all or {i2c,spi} - pick list of interfaces to show
       --hide-gpio     - hide GPIO pins
       --debug         - show GPIO status
       --light         - melt your eyeballs
       --find "<text>" - highlight pins matching <text>
                         supports regex if you"re feeling sassy!

eg:    rpipins i2c                    - show GPIO and I2C labels
       rpipins                        - basic GPIO pinout
       rpipins --all --find "I2C1"    - highlight any "I2C1" labels
       rpipins --all --find "SPI* SCLK" - highlight any SPI clock pins

安装

  • 只需运行 python3 -m pip install rpipins

鸣谢

此项目灵感来源于GPIO Zero的命令行引脚排布 - https://github.com/gpiozero/gpiozero

变更日志

1.0.0

  • 初始发布

项目详情


下载文件

下载适合您平台的文件。如果您不确定该选择哪个,请了解有关安装包的更多信息。

源代码发行版

rpipins-1.0.0.tar.gz (42.7 kB 查看哈希值)

上传时间 源代码

构建发行版

rpipins-1.0.0-py3-none-any.whl (9.5 kB 查看哈希值)

上传时间 Python 3

由以下支持