Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v5
- uses: codespell-project/actions-codespell@v2
- uses: astral-sh/ruff-action@v3
- run: ruff format --check --diff --config='format.quote-style="preserve"'
- run: ruff format --check --diff

pytest:
needs: codespell_and_ruff
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Mock.GPIO

[![CircleCI](https://circleci.com/gh/codenio/Mock.GPIO.svg?style=svg)](https://circleci.com/gh/codenio/Mock.GPIO)

Mock Library for RPi.GPIO.

Mock.GPIO helps you develop and debug GPIO-dependent code outside a Raspberry Pi (e.g. on macOS/Linux) while keeping the same API as `RPi.GPIO`. It prints intended actions when running off-device and works as a drop-in replacement on-device without code changes.
Expand Down
Loading