You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MCU.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Apparently, the chip Atmega328p have a hidden serial number with 9 bytes, and ot
30
30
31
31
## Disclaimer
32
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`.
33
+
The `Atmega328p`, `Atmega2560`, `Attiny85` does not have a 'Serial Number' on the datasheet, this mean it's possible to have two microcontroller with the same `UniqueId`.
34
34
35
35
# Atmel SAM ARM Microcontroller
36
36
@@ -89,7 +89,7 @@ ESP microcontroller has basically two versions, ESP8266 and ESP32, each one has
89
89
| Byte 4| - | Byte 1 |
90
90
| Byte 5| - | Byte 0 |
91
91
92
-
To make the variable UniqueID8 to work propably the library uses the default bytes to 0x00. <br/>
92
+
To make the variable UniqueID8 to work probably the library uses the default bytes to 0x00. <br/>
93
93
94
94
| UniqueID8 | ESP8266 | ESP32 |
95
95
| :-------: | :------: | :------:|
@@ -105,4 +105,12 @@ To make the variable UniqueID8 to work propably the library uses the default byt
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,13 @@ ArduinoUniqueID supports the [Microcontrollers](MCU.md).
13
13
* Atmel SAMD ARM
14
14
* STM32
15
15
* Espressif ESP
16
+
* Teensy
17
+
* Raspberry Pi Pico - RP2040
16
18
17
19
# Installation
18
20
19
21
* Install the library by [Using the Library Manager](https://www.arduino.cc/en/Guide/Libraries#toc3)
20
-
***OR** by [Importing the .zip library](https://www.arduino.cc/en/Guide/Libraries#toc4) using either the [master](https://github.com/ricaun/ArduinoUniqueID/archive/1.0.9.zip) or one of the [releases](https://github.com/ricaun/ArduinoUniqueID/releases) ZIP files.
22
+
***OR** by [Importing the .zip library](https://www.arduino.cc/en/Guide/Libraries#toc4) using either the [master](https://github.com/ricaun/ArduinoUniqueID/archive/1.2.0.zip) or one of the [releases](https://github.com/ricaun/ArduinoUniqueID/releases) ZIP files.
0 commit comments