Skip to content

Commit 37a40a7

Browse files
authored
Update README.md
1 parent 558bfa8 commit 37a40a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ This Library gets the Unique Serial ID from the AVR Microcontroller.
55
## Unique Serial ID - Hidden Serial Number
66

77
The datasheet of the Atmega328pb chip has a section 'Serial Number' how explain every chip have a unique device ID with 10 bytes. <br/>
8+
89
The datasheet of the Atmega328p chip does not say anything about the serial number, but I tested using the same Z-pointer Address on the datasheet of the Atmega328pb. <br/>
10+
911
Apparently, the chip Atmega328p have a hidden serial number with 9 bytes, and others AVR Microcontroller maybe too, like the table below. <br/>
1012

1113
| Z-pointer Address | Atmega328pb | Atmega328p | UniqueID |

0 commit comments

Comments
 (0)