Skip to content

Commit

Permalink
Merge pull request #26 from hellqvio86/patch-1
Browse files Browse the repository at this point in the history
Support for Raspberry Pi Zero W
  • Loading branch information
Gadgetoid committed Apr 23, 2024
2 parents 1c5360c + f916383 commit 62524d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pms5003/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
PLATFORMS = {
"Radxa ROCK 5B": {"enable": ("PIN_15", OUTH), "reset": ("PIN_13", OUTL)},
"Raspberry Pi 5": {"enable": ("PIN15", OUTH), "reset": ("PIN13", OUTL)},
"Raspberry Pi 4": {"enable": ("GPIO22", OUTH), "reset": ("GPIO27", OUTL)}
"Raspberry Pi 4": {"enable": ("GPIO22", OUTH), "reset": ("GPIO27", OUTL)},
"Raspberry Pi Zero W": {"enable": ("GPIO22", OUTH), "reset": ("GPIO27", OUTL)}
}


Expand Down

0 comments on commit 62524d9

Please sign in to comment.