Skip to content

Commit

Permalink
HVprog2 website
Browse files Browse the repository at this point in the history
URL is updated
  • Loading branch information
orangkucing committed Jan 27, 2016
1 parent dc7f6dd commit 897d272
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion SMoCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// Modified by Hisashi Ito <info at mewpro.cc> (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 <Arduino.h>

Expand Down
2 changes: 1 addition & 1 deletion SMoConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// Modified by Hisashi Ito <info at mewpro.cc> (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_
Expand Down
2 changes: 1 addition & 1 deletion SMoGeneral.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// Modified by Hisashi Ito <info at mewpro.cc> (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"
Expand Down
2 changes: 1 addition & 1 deletion SMoGeneral.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

// Modified by Hisashi Ito <info at mewpro.cc> (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_
Expand Down
2 changes: 1 addition & 1 deletion SMoHVPP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Modified by Hisashi Ito <info at mewpro.cc> (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"
Expand Down
2 changes: 1 addition & 1 deletion SMoHVSP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Modified by Hisashi Ito <info at mewpro.cc> (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"
Expand Down
2 changes: 1 addition & 1 deletion SMoISP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// Modified by Hisashi Ito <info at mewpro.cc> (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 <SPI.h>

Expand Down
2 changes: 1 addition & 1 deletion SMoPDI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// This part of ScratchMonkey is written by Hisashi Ito <info at mewpro.cc> (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.

Expand Down
2 changes: 1 addition & 1 deletion SMoPDI.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// This part of ScratchMonkey is written by Hisashi Ito <info at mewpro.cc> (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
Expand Down
2 changes: 1 addition & 1 deletion SMoTPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// This part of ScratchMonkey is written by Hisashi Ito <info at mewpro.cc> (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
Expand Down
2 changes: 1 addition & 1 deletion SMoTPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// This part of ScratchMonkey is written by Hisashi Ito <info at mewpro.cc> (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
Expand Down
2 changes: 1 addition & 1 deletion SMoXPROG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// This part of ScratchMonkey is written by Hisashi Ito <info at mewpro.cc> (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
Expand Down
2 changes: 1 addition & 1 deletion SMoXPROG.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

// This part of ScratchMonkey is written by Hisashi Ito <info at mewpro.cc> (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
Expand Down
2 changes: 1 addition & 1 deletion ScratchMonkey.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

// Modified by Hisashi Ito <info at mewpro.cc> (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 <SPI.h>
// There are no Pin Change interrupts w/ ATmega16/32 and we must comment out the following line.
Expand Down
2 changes: 1 addition & 1 deletion stk500v2_proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// Modified by Hisashi Ito <info at mewpro.cc> (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

Expand Down

0 comments on commit 897d272

Please sign in to comment.