microscope-control/hostcontrol
Henner Zeller 7d8337bd5e Add cmdline-flag handling.
For now, just interface settings for the stage control:

```
target/release/hostcontrol --help
Usage: hostcontrol [OPTIONS]

Options:
      --stage-device <STAGE_DEVICE>  Interface to talk to movement stage [default: /dev/ttyACM0]
      --tty-speed <TTY_SPEED>        Speed of the stage device (bps) [default: 115200]
  -h, --help                         Print help
  -V, --version                      Print version
```

Signed-off-by: Henner Zeller <h.zeller@acm.org>
2026-03-08 08:35:36 +01:00
..
src Add cmdline-flag handling. 2026-03-08 08:35:36 +01:00
.gitignore init from q3k's code dump 2026-02-21 23:04:37 +01:00
Cargo.lock Add cmdline-flag handling. 2026-03-08 08:35:36 +01:00
Cargo.toml Add cmdline-flag handling. 2026-03-08 08:35:36 +01:00
shell.nix More explicitly name all the dependencies in shell.nix 2026-02-22 08:29:10 +01:00