Skip to content

Commit

Permalink
Use hotspot ip
Browse files Browse the repository at this point in the history
Signed-off-by: Pineda <[email protected]>
  • Loading branch information
jpineda3 committed Feb 26, 2025
1 parent b993ec1 commit 237f1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/adis16480_doodlejump.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import adi #pyadi-iio
import keyboard #pip install keyboard

dev = adi.adis16480(uri='ip:172.27.6.191')
dev = adi.adis16480(uri='ip:172.20.10.10') # dependent on network

dev.rx_output_type = "raw"
dev.rx_enabled_channels = [3, 4, 5]
Expand Down
2 changes: 1 addition & 1 deletion examples/adis16480_subwaysurfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from collections import Counter
import time

dev = adi.adis16480(uri='ip:172.27.6.191')
dev = adi.adis16480(uri='ip:172.20.10.10')

dev.rx_output_type = "raw"
dev.rx_enabled_channels = [3, 4, 5]
Expand Down

0 comments on commit 237f1ad

Please sign in to comment.