Skip to content

Commit 84e610b

Browse files
committed
Update example file import to use alias adafruit_eeprom
1 parent 699b663 commit 84e610b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/24lc32_simpletest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# SPDX-FileCopyrightText: Copyright (c) 2021 Tim Cocks for Adafruit Industries
22
#
33
# SPDX-License-Identifier: Unlicense
4+
45
import board
5-
import adafruit_eeprom
6+
import adafruit_24lc32 as adafruit_eeprom
67

78
i2c = board.I2C()
89
eeprom = adafruit_eeprom.EEPROM_I2C(i2c)

0 commit comments

Comments
 (0)