ATMEGA8 with Arduino

Topics related to the HV Rescue Shield:
http://mightyohm.com/hvrescue2
Post Reply
Strofe
Posts: 1
Joined: Sat Aug 24, 2013 6:05 am

ATMEGA8 with Arduino

Post by Strofe »

Hello

Thank you very much for you topic. Arduino-based AVR High Voltage Programmer

I have an Atmega8a. I just change two lines in you program and it's work very well.

Code: Select all

// Desired fuse configuration ATmega8a
#define  HFUSE  0xD9   // Default for ATmega8a, for others see
#define  LFUSE  0xE1   // http://www.engbedded.com/fusecalc/
The schematic is the same.

Thank you... :mrgreen:

Christophe from France.
User avatar
mightyohm
Site Admin
Posts: 1064
Joined: Fri Apr 03, 2009 10:29 pm
Location: Seattle, WA
Contact:

Re: ATMEGA8 with Arduino

Post by mightyohm »

You are very welcome. Thanks for the feedback! :D
Post Reply