An open API service indexing awesome lists of open source software.

https://github.com/ho-ro/avrfuse

AVR fuse calculating tool for classical ATmega and ATtiny devices.
https://github.com/ho-ro/avrfuse

atmega attiny avr avr-fuse

Last synced: 4 months ago
JSON representation

AVR fuse calculating tool for classical ATmega and ATtiny devices.

Awesome Lists containing this project

README

          

![avrfuse](avrfuse.png)

# avrfuse
Fuse calculating tool forked from [Arne's project](https://elektronik-kompendium.de/public/arnerossius/programme/web/avrfuse/avrfuse.html).

```
AVR Fuse Calculator, (C) Arne Rossius, http://www.ebps.de.vu/
This work is released under the terms of the GNU General Public License, version 3.
```
## Usage
Open `avrfuse.html` with your browser, select a device from the list on the left side and set the fuses according to your need.
The resulting [avrdude](https://github.com/avrdudes/avrdude) fuse options are displayed in the bottom line.

## Changes
I have been using this tool for a long time and have made some small changes:

- Added ATmega328, ATmega640/1280/2560
- Split ATmega48/88/168 -> ATmega48 and ATmega88/168
- Naming of the components changed
- Bit order is the same as in the datasheets for most devices
- Show avrdude fuse options