Skip to content

Commit b7476e7

Browse files
committed
add description
1 parent d2a9223 commit b7476e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

misc/AT24XX/AT24XX.py

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
'''
2+
AT24C32 EEPROM drive
3+
4+
Author: shaoziyang
5+
Date: 2018.3
6+
7+
http://www.micropython.org.cn
8+
'''
19
from machine import I2C
210

311
AT24CXX_I2C_ADDRESS = (80)

0 commit comments

Comments
 (0)