diff options
| author | Yuval Adam <_@yuv.al> | 2025-08-29 20:30:49 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-08-29 20:32:00 +0200 |
| commit | d5f6f1406a1247faad1ea2d4cbe06703f715dd30 (patch) | |
| tree | 51b792c901576d4160fcf1ea06f4d9d135a92b72 | |
| parent | e33e36ae11c7acef805335406c72558e595a08b4 (diff) | |
Update readme
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -48,9 +48,9 @@ This will: To build without programming: ```bash uv run python -c " -from platform_alchitry_pt import AlchitryPtPlatform +from platform_alchitry_pt_v2 import AlchitryPtV2Platform from blinky import Blinky -platform = AlchitryPtPlatform() +platform = AlchitryPtV2Platform() platform.build(Blinky(), do_program=False) " ``` @@ -58,7 +58,7 @@ platform.build(Blinky(), do_program=False) ## Files - `blinky.py` - Main blinky example that blinks LED 0 -- `platform_alchitry_pt.py` - Alchitry Pt V2 platform definition with official pin mappings +- `platform_alchitry_pt_v2.py` - Alchitry Pt V2 platform definition with official pin mappings - `pyproject.toml` - Project dependencies - `99-alchitry-xilinx.rules` - udev rules for USB programming access |
