RedPitaya / Documentation

https://redpitaya.readthedocs.io/
5 stars 14 forks source link

Clarify the meaning of "write pointer" in List of supported commands #56

Closed edgar-bonet closed 8 months ago

edgar-bonet commented 8 months ago

This is a port of pull request #282 from the RedPitaya repository:

[“write pointer”] is ambiguous. Contrary to what one would do in idiomatic C, this position is recorded as the index of the last cell that has been written to, rather than the index of the cell immediately after.

This pull request adds this clarification to the command list.