analogdevicesinc / pyadi-iio

Python interfaces for ADI hardware with IIO drivers (aka peyote)
https://analogdevicesinc.github.io/pyadi-iio
Other
134 stars 99 forks source link

Add support for LTC2672 #558

Closed SaikiranGudla closed 2 months ago

SaikiranGudla commented 2 months ago

Description

Add ltc2672.py driver Add test script, example code Update index.rst, init.py, supported_parts.md files Add ltc2672 rst file

Please delete options that are not relevant.

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Test Configuration:

Documentation

If this is a new feature or example please mention or link any documentation. All new hardware interface classes require documentation.

Checklist:

SaikiranGudla commented 2 months ago

Hi @tfcollins , This PR is ready to be reviewed.

SaikiranGudla commented 2 months ago

Change log: Addressed review comments

Import ltc2672 class in example file Make channel an instance attribute instead of class attribute