From 9713800eb4312264f7f9cc6aba4484fe65bb2b50 Mon Sep 17 00:00:00 2001 From: Adam Loboda <43117081+mcore1976@users.noreply.github.com> Date: Sun, 10 May 2020 10:12:26 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 16da849..0e97557 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ The source code for ATTINY13 is generating set of square waves - 20 sequences of Remember to buy appropriate FS1000A version for your location (check frequency). +To see how it works look here : https://www.youtube.com/watch?v=C7fyKEQMs7c + +------------------------------------------------------------------------------------------------------------------------------- + COMPILATION ON LINUX PC : Link to video how to program the chip : https://www.youtube.com/watch?v=7klgyNzZ2TI @@ -17,6 +21,8 @@ The script attached in repository ( "compileattiny" ) can be used to upload data "sudo chmod +rx compileattiny" and "sudo ./compileattiny" +------------------------------------------------------------------------------------------------------------------------------- + COMPILATION ON WINDOWS PC : If you have Windows 10 machine please follow this tutorial to download and install full AVR-GCC environment for Windows : http://fab.cba.mit.edu/classes/863.16/doc/projects/ftsmin/windows_avr.html with latest compiler from Microchip/Atmel.