https://harp-tech.org/python/examples/events/#subscribe-to-events
This example was meant to capture a read dump from the board. However the subscribe_all uses the default filter for events only. At a minimum we should consider fixing the documentation.
However, we should also consider whether subscribe_all should simply subscribe to ALL message types in addition to all registers. It feels like the most common case.
https://harp-tech.org/python/examples/events/#subscribe-to-events
This example was meant to capture a read dump from the board. However the subscribe_all uses the default filter for events only. At a minimum we should consider fixing the documentation.
However, we should also consider whether
subscribe_allshould simply subscribe to ALL message types in addition to all registers. It feels like the most common case.