hcq: refactor into peer_groups (#11277)

* hcq: refactor into peer_groups

* fix fors

* fixes

* ooops

* mypy

* tiny fixes
This commit is contained in:
nimlgen
2025-07-18 16:34:18 +03:00
committed by GitHub
parent f432eef708
commit 9a88bd841c
7 changed files with 51 additions and 67 deletions

View File

@@ -52,7 +52,7 @@ Signals are device-dependent structures used for synchronization and timing in H
The following Python code demonstrates the usage of signals:
```python
signal = your_device.signal_t()
signal = your_device.new_signal(value=0)
HWQueue().timestamp(signal) \
.signal(signal, value_to_fire) \