Skip to content

Commit 2573486

Browse files
authored
example typo
1 parent 400e899 commit 2573486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/husb238_simpletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"""
99
import time
1010
import board
11-
import adafruit_husb328
11+
import adafruit_husb238
1212

1313
i2c = board.I2C()
1414

1515
# Initialize HUSB238
16-
pd = adafruit_husb328.Adafruit_HUSB238(i2c)
16+
pd = adafruit_husb238.Adafruit_HUSB238(i2c)
1717
voltages = pd.available_voltages
1818
print("The following voltages are available:")
1919
for i, volts in enumerate(voltages):

0 commit comments

Comments
 (0)