File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -8,17 +8,17 @@ I forked from [eeprog-0.7.6-tear5.tar.gz](https://www.richud.com/wiki/Rasberry_P
8
8
9
9
# Memory size
10
10
11
- | Device| Number of Bits| Number of 8-bit Bytes|
12
- | :---| :---| :---|
13
- | 24C02| 2K| 256|
14
- | 24C04| 4K| 512|
15
- | 24C08| 8K| 1024|
16
- | 24C16| 16K| 2048|
17
- | 24C32| 32K| 4096|
18
- | 24C64| 64K| 8192|
19
- | 24C128| 128K| 16384|
20
- | 24C256| 256K| 32768|
21
- | 24C512| 512K| 65536|
11
+ | Device| Number of Bits| Number of 8-bit Bytes| i2c adress |
12
+ | :---| :---| :---| :--- |
13
+ | 24C02| 2K| 256| 0x50-0x57 |
14
+ | 24C04| 4K| 512| 0x50/0x52/0x54/0x56 |
15
+ | 24C08| 8K| 1024| 0x50/0x54 |
16
+ | 24C16| 16K| 2048| 0x50 |
17
+ | 24C32| 32K| 4096| 0x50-0x57 |
18
+ | 24C64| 64K| 8192| 0x50-0x57 |
19
+ | 24C128| 128K| 16384| 0x50-0x57 |
20
+ | 24C256| 256K| 32768| 0x50-0x57 |
21
+ | 24C512| 512K| 65536| 0x50-0x57 |
22
22
23
23
---
24
24
You can’t perform that action at this time.
0 commit comments