Skip to content

Commit

Permalink
Support for Raspberry Pi Zero W
Browse files Browse the repository at this point in the history
  • Loading branch information
hellqvio86 authored Mar 31, 2024
1 parent 1c5360c commit f916383
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 f916383

Please sign in to comment.