You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The status() method returns the raw STATUS register value, which is a hardware implementation detail. Public API should use data_ready() and per-channel *_ready() methods instead.
TODO
Rename status() → _status() in device.py
Update all internal callers (data_ready(), *_ready(), _ensure_data(), etc.)
Sub-issue of #79.
Context
The
status()method returns the raw STATUS register value, which is a hardware implementation detail. Public API should usedata_ready()and per-channel*_ready()methods instead.TODO
status()→_status()indevice.pydata_ready(),*_ready(),_ensure_data(), etc.)status()