From 637656d93257c50c663677369d1621b10b54b0c1 Mon Sep 17 00:00:00 2001 From: Atul Yadav <34864662+AviKKi@users.noreply.github.com> Date: Tue, 14 Dec 2021 01:29:12 +0530 Subject: [PATCH] Fixed broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e761f17..d10e545 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## stk500 -Fully javascript stk500v1 programmer. Allows you to program Arduinos straight from node (or browser for that matter -- see [browserdude](github.com/jacobrosenthal/browserdude). No more avrdude system calls or using the arduino IDE. +Fully javascript stk500v1 programmer. Allows you to program Arduinos straight from node (or browser for that matter -- see [browserdude](https://github.com/jacobrosenthal/browserdude). No more avrdude system calls or using the arduino IDE. Huge thanks to Pinoccio for their stk500v2 browser implementation (for Arduino Megas, etc) from which I stole whole lines of code. We're working to unify our programmers with some sort of overarching module. For now see [js-stk500](https://github.com/Pinoccio/js-stk500) to program Arduino Mega and Pinoccio's