You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adi/ad5592r.py
+14-1
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,10 @@
4
4
5
5
fromadi.attributeimportattribute
6
6
fromadi.context_managerimportcontext_manager
7
+
fromadi.rx_tximportrx
7
8
8
9
9
-
classad5592r(context_manager):
10
+
classad5592r(rx, context_manager):
10
11
"""AD5592R and AD5593R SPI / I2C interface, 8-channel, 12-bit Confiburable ADC/DAC, digital GPIO
11
12
12
13
Analog I/O pins are configured in the device tree and can be ADC, DAC, or both. Channel attributes are as follows, where X corresponds to device channel number:
0 commit comments