Metadata-Version: 2.4
Name: myztrion
Version: 0.1.0
Summary: Myztrion Python tools
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pyserial
Requires-Dist: numpy
Requires-Dist: matplotlib

# Myztrion project (organized)

## Structure
- `myztrion/python/` : Python host library (`Myztrion.py`) + USB backend helpers.
- `myztrion/firmware/` : C firmware sources for the RP2040/Pico.
- `examples/python/` : Original rp2daq examples + converted `*_myztrion.py` variants.

## Running an example
From repo root:

```bash
python3 examples/python/hello_world_myztrion.py
```

(Examples add `myztrion/python/` to `sys.path` automatically.)
