From 9f0cd4ebdc03079f2769b69ff24e68289c1502a1 Mon Sep 17 00:00:00 2001 From: Kangmin Date: Mon, 17 Jun 2019 21:33:20 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e2709f..dd8f68b 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ Power Consumption | min 2.9μA, max 10mA # Installation - Install the current upstream Arduino IDE at the 1.8.7 level or later. The current version is at the [Arduino website](http://www.arduino.cc/en/main/software). - Start Arduino and open Preferences window. -- Enter ```https://raw.githubusercontent.com/xukangmin/TinyCore/master/package/package_tinycore_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas. +- Enter ```https://raw.githubusercontent.com/xukangmin/TinyCore/master/avr/package/package_tinycore_index.json``` into *Additional Board Manager URLs* field. You can add multiple URLs, separating them with commas. - Open Boards Manager from Tools > Board menu and install *TinyCore* platform (and don't forget to select your TinyCore board from Tools > Board menu after installation). # Pin Mapping -![Pin Mapping](/docs/images/TinyCore16_Pinout.png) +![Pin Mapping](avr/docs/images/TinyCore16_Pinout.png) # To-Do