var fDesc=new Array(); fDesc[0] = "There is a beautiful new driver module included with AF allowing you to easily flash the ATMEGA via its ISP interface.
What you have to do is select the ISP serial/parallel Flasher and select the dongle type in the config dialog. You can select dongles for the parallel or serial port interface. The rest of the game, flashing though, is as easy as you are already used."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }