MCUdude / ButterflyCore

An Arduino core for the ATmega169, ATmega329 and ATmega649

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ButterflyCore

This experiemental Arduino core is no longer maintained.
Use MegaCore instead which is up to date and supports ATmega169, ATmega329, ATmega649, ATmega3290, ATmega6490, and a bunch of other high-pincount AVRs!


I had an old AVR Butterfly lying in my drawer and an evening with nothing to do. Why not add support for it, and the rest of the chip family as well? 😄?

The code will be published soon, but here are few of it's features:

  • Optiboot support
  • Selectable clock frequency
  • Selectable BOD setting
  • Link time optimization (LTO)
  • Libraries for interfacing with the LCD, dataflash, buzzer, temperature sensor and light sensor
  • Excellent documentation (ofcourse)
  • A great pinout diagram

About

An Arduino core for the ATmega169, ATmega329 and ATmega649

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 67.4%Language:C 30.5%Language:Makefile 1.4%Language:Assembly 0.7%Language:Batchfile 0.0%