Skip to content

Commit

Permalink
examples:ad575r: Fix typos in example script
Browse files Browse the repository at this point in the history
Fix typos in variable name

Signed-off-by: RibhuDP <[email protected]>
  • Loading branch information
ribdp committed Nov 21, 2023
1 parent 505bcbf commit 1bfe920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ad5754r_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
import adi

# Set up AD5754R
ad578x_dev = adi.ad5754r(uri="serial:COM46,230400,8n1n")
ad578x.int_ref_powerup = "powerup"
ad5754r_dev = adi.ad5754r(uri="serial:COM46,230400,8n1n")
ad5754r_dev.int_ref_powerup = "powerup"

# Configure channel 0
chn_num = 0
Expand Down

0 comments on commit 1bfe920

Please sign in to comment.