Skip to content

Commit bbfe979

Browse files
committed
Update README.md
1 parent 86f8ebf commit bbfe979

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ I forked from [eeprog-0.7.6-tear5.tar.gz](https://www.richud.com/wiki/Rasberry_P
66

77
---
88

9+
# Memory size
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|
22+
23+
---
24+
925
# Build
1026
for 24C02
1127
cc -o main main.c at24c.c -DC02

0 commit comments

Comments
 (0)