How to flash your uC's fuses
While working on a project based on the atmega328, I needed to change the values for the fuses in order to use the external crystal and run at 16MHz (instead of the default 1MHz). Well, needless to ...