From 24273fb7075a452a336b91a7c864751fb425020c Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Sat, 27 Aug 2022 03:56:43 -0400 Subject: [PATCH] v1.0.0 to support AVR ATtiny-based boards ### Initial Release v1.0.0 1. Intial release to support Arduino **AVR ATtiny-based boards (ATtiny3217, etc.) using megaTinyCore** 2. Add notes `howto upload by drag-and-drop` to `CURIOSITY` virtual drive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c29ea74..e42a7b0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ * [HOWTO Fix `Multiple Definitions` Linker Error](#howto-fix-multiple-definitions-linker-error) * [More useful Information](#more-useful-information) * [1. Documents](#1-documents) - * [2. Timer TCB0-TCB4](#2-timer-tcb0-tcb4) + * [2. Timer TCB0-TCB1](#2-timer-tcb0-tcb1) * [Usage](#usage) * [1. Using only Hardware Timer directly](#1-using-only-hardware-timer-directly) * [1.1 Init Hardware Timer](#11-init-hardware-timer)