From 83a90f2284aa4bf003c1e6a6042734d5366440a0 Mon Sep 17 00:00:00 2001 From: "Spence Konde (aka Dr. Azzy)" Date: Sat, 16 Nov 2019 12:46:30 -0500 Subject: [PATCH] Update ATtiny_x02.md --- megaavr/extras/ATtiny_x02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/megaavr/extras/ATtiny_x02.md b/megaavr/extras/ATtiny_x02.md index e4bfb4dc..1e206088 100644 --- a/megaavr/extras/ATtiny_x02.md +++ b/megaavr/extras/ATtiny_x02.md @@ -17,7 +17,7 @@ Interfaces | UART, SPI, I2C | UART, SPI, I2C Clock options | Internal 16/20mhz | Internal 16/20mhz ### Signature Issue -There exist ATtiny402's in the wild where the last byte of the signature is 0x25, instead of 0x27. Currently shipping parts from Atmel/Microchip have the correct signature. If you are stuck with parts with the wrong signature, choose ATtiny402 (bad signature) from the tools -> chip menu. +There exist ATtiny402's in the wild where the last byte of the signature is 0x25, instead of 0x27. Currently shipping parts from Atmel/Microchip have the correct signature, and this problem appears to be in the past, for the most part. Hoerver, if you're stuck with wrong-signature ATtiny402's ATtiny402 (bad signature) from the tools -> chip menu. ### Buy official megaTinyCore breakouts and support continued development!