We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a9223 commit b7476e7Copy full SHA for b7476e7
misc/AT24XX/AT24XX.py
@@ -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
9
from machine import I2C
10
11
AT24CXX_I2C_ADDRESS = (80)
0 commit comments