Skip to content

Commit

Permalink
python: Update to new IIO attributes API
Browse files Browse the repository at this point in the history
Use a single iio.Attr class to represent attributes, to follow the
latest developments of the Libiio v1.0 API.

This also simplifies a lot the code. The pyiio API itself almost did not
change; the only main differences are that buffer attributes are now
available from the iio.Buffer class, and there's now only a single
iio.Attr class instead of multiple ones.

Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Oct 25, 2023
1 parent 460575c commit 43bcd0e
Showing 1 changed file with 107 additions and 242 deletions.
Loading

0 comments on commit 43bcd0e

Please sign in to comment.