From 897d27245c42b9bbbc59eb3cd319ca9d5a320e7b Mon Sep 17 00:00:00 2001 From: orangkucing Date: Wed, 27 Jan 2016 23:17:48 +0900 Subject: [PATCH] HVprog2 website URL is updated --- SMoCommand.cpp | 2 +- SMoConfig.h | 2 +- SMoGeneral.cpp | 2 +- SMoGeneral.h | 2 +- SMoHVPP.cpp | 2 +- SMoHVSP.cpp | 2 +- SMoISP.cpp | 2 +- SMoPDI.cpp | 2 +- SMoPDI.h | 2 +- SMoTPI.cpp | 2 +- SMoTPI.h | 2 +- SMoXPROG.cpp | 2 +- SMoXPROG.h | 2 +- ScratchMonkey.ino | 2 +- stk500v2_proto.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/SMoCommand.cpp b/SMoCommand.cpp index dce213e..0390553 100644 --- a/SMoCommand.cpp +++ b/SMoCommand.cpp @@ -13,7 +13,7 @@ // Modified by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ #include diff --git a/SMoConfig.h b/SMoConfig.h index 6364cf1..57e2c9c 100644 --- a/SMoConfig.h +++ b/SMoConfig.h @@ -13,7 +13,7 @@ // Modified by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ #ifndef _SMO_CONFIG_ #define _SMO_CONFIG_ diff --git a/SMoGeneral.cpp b/SMoGeneral.cpp index 91bf4cf..a03d8df 100644 --- a/SMoGeneral.cpp +++ b/SMoGeneral.cpp @@ -13,7 +13,7 @@ // Modified by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ #include "SMoGeneral.h" #include "SMoCommand.h" diff --git a/SMoGeneral.h b/SMoGeneral.h index 90698f2..58fa473 100644 --- a/SMoGeneral.h +++ b/SMoGeneral.h @@ -13,7 +13,7 @@ // Modified by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ #ifndef _SMO_GENERAL_ #define _SMO_GENERAL_ diff --git a/SMoHVPP.cpp b/SMoHVPP.cpp index 03fc0cb..4183816 100644 --- a/SMoHVPP.cpp +++ b/SMoHVPP.cpp @@ -14,7 +14,7 @@ // Modified by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ #include "SMoHVPP.h" #include "SMoCommand.h" diff --git a/SMoHVSP.cpp b/SMoHVSP.cpp index 9795172..35a0878 100644 --- a/SMoHVSP.cpp +++ b/SMoHVSP.cpp @@ -14,7 +14,7 @@ // Modified by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ #include "SMoHVSP.h" #include "SMoCommand.h" diff --git a/SMoISP.cpp b/SMoISP.cpp index 5a8f86d..cc2fae3 100644 --- a/SMoISP.cpp +++ b/SMoISP.cpp @@ -15,7 +15,7 @@ // Modified by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ #include diff --git a/SMoPDI.cpp b/SMoPDI.cpp index 3546dc0..f8577cd 100644 --- a/SMoPDI.cpp +++ b/SMoPDI.cpp @@ -7,7 +7,7 @@ // This part of ScratchMonkey is written by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ // // Derived from source codes of LUFA AVRISP mkII clone, avrdude. diff --git a/SMoPDI.h b/SMoPDI.h index 4d828d3..b4b78e9 100644 --- a/SMoPDI.h +++ b/SMoPDI.h @@ -7,7 +7,7 @@ // This part of ScratchMonkey is written by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ // // Derived from source codes of LUFA AVRISP mkII clone, avrdude, USBasp // and ATtiny4_5_9_10_20_40Programmer.ino diff --git a/SMoTPI.cpp b/SMoTPI.cpp index cc48467..447ea41 100644 --- a/SMoTPI.cpp +++ b/SMoTPI.cpp @@ -7,7 +7,7 @@ // This part of ScratchMonkey is written by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ // // Derived from source codes of LUFA AVRISP mkII clone, avrdude, // and ATtiny4_5_9_10_20_40Programmer.ino diff --git a/SMoTPI.h b/SMoTPI.h index a8f8388..e4838c3 100644 --- a/SMoTPI.h +++ b/SMoTPI.h @@ -7,7 +7,7 @@ // This part of ScratchMonkey is written by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ // // Derived from source codes of LUFA AVRISP mkII clone, avrdude, USBasp // and ATtiny4_5_9_10_20_40Programmer.ino diff --git a/SMoXPROG.cpp b/SMoXPROG.cpp index 6564719..9eded0a 100644 --- a/SMoXPROG.cpp +++ b/SMoXPROG.cpp @@ -7,7 +7,7 @@ // This part of ScratchMonkey is written by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ // // Derived from source codes of LUFA AVRISP mkII clone, avrdude, USBasp // and ATtiny4_5_9_10_20_40Programmer.ino diff --git a/SMoXPROG.h b/SMoXPROG.h index 06be6cb..074df65 100644 --- a/SMoXPROG.h +++ b/SMoXPROG.h @@ -7,7 +7,7 @@ // This part of ScratchMonkey is written by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ // // Derived from source codes of LUFA AVRISP mkII clone, avrdude, USBasp // and ATtiny4_5_9_10_20_40Programmer.ino diff --git a/ScratchMonkey.ino b/ScratchMonkey.ino index 4b2efdc..eb3f62b 100644 --- a/ScratchMonkey.ino +++ b/ScratchMonkey.ino @@ -23,7 +23,7 @@ // Modified by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ #include // There are no Pin Change interrupts w/ ATmega16/32 and we must comment out the following line. diff --git a/stk500v2_proto.h b/stk500v2_proto.h index 4c28ec4..e5dd5b9 100644 --- a/stk500v2_proto.h +++ b/stk500v2_proto.h @@ -11,7 +11,7 @@ // Modified by Hisashi Ito (c) 2015 // in order to support HVprog2, an STK500 clone open hardware that you can buy or make. -// http://www.mewpro.cc +// http://mewpro.cc/2016/01/20/how-to-use-hvprog2/ // // XPROG related definition is copied from AVR079 - STK600 Communication Protocol