Skip to content

Commit 43c1558

Browse files
committed
Not Unique Disclaimer
1 parent a32c0ad commit 43c1558

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

MCU.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ Apparently, the chip Atmega328p have a hidden serial number with 9 bytes, and ot
2424
## Tested Microcontroller
2525

2626
* Atmega328pb - 10 bytes
27-
* Atmega328p - 9 bytes
28-
* Atmega2560 - 9 bytes
29-
* Attiny85 - 9 bytes
27+
* Atmega328p - 9 bytes (Not Unique)
28+
* Atmega2560 - 9 bytes (Not Unique)
29+
* Attiny85 - 9 bytes (Not Unique)
30+
31+
## Disclaimer
32+
33+
The `Atmega328p`, `Atmega2560`, `Attiny85` does not have a 'Serial Number' on the datasheet, this mean it's possivel to have two microcontroller with the same `UniqueId`.
3034

3135
# Atmel SAM ARM Microcontroller
3236

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This Library gets the Unique ID / Manufacture Serial Number from the Atmel AVR,
88

99
ArduinoUniqueID supports the [Microcontrollers](MCU.md).
1010

11-
* Atmel AVR
11+
* Atmel AVR - [`Not Unique Disclaimer`](MCU.md#Disclaimer)
1212
* Atmel SAM ARM
1313
* Atmel SAMD ARM
1414
* STM32

0 commit comments

Comments
 (0)