Skip to content

Commit 62e8e56

Browse files
committed
Add support for AD5706R
Add ad5706r.py driver Add test script, example code Update index.rst, init.py, supported_parts.md files Add xml emu context file Update hardware_map.yml file for test emulation Signed-off-by: SGudla <Saikiran.Gudla@analog.com>
1 parent 3ce74dd commit 62e8e56

File tree

9 files changed

+626
-0
lines changed

9 files changed

+626
-0
lines changed

adi/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from adi.ad4858 import ad4858
2525
from adi.ad5592r import ad5592r
2626
from adi.ad5686 import ad5686
27+
from adi.ad5706r import ad5706r
2728
from adi.ad5710r import ad5710r
2829
from adi.ad5754r import ad5754r
2930
from adi.ad5940 import ad5940

0 commit comments

Comments
 (0)