oddstr13 / ATmega328PB-Testing

Atmel ATmega328PB support for Arduino IDE

Home Page:https://github.com/watterott/wattuino#wattuino-pro-mini-pb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATmega328PB Testing

Hardware

Software

Installation on Arduino IDE 1.6.10+

  • The current avr-gcc toolchain (4.9.2-atmel3.5.3-arduino2) have not all files for the Atmega328PB: So you have to update the files in /arduino/hardware with the files from this repository under hardware. When in the future all files are included with the toolchain then this step can be skipped.

  • Add the following URL to the Arduino Boards Manager (File->Preferences).

    https://github.com/watterott/ATmega328PB-Testing/raw/master/package_m328pb_index.json
    
  • Install the ATmega328PB Boards via the Boards Manager (Tools->Boards->Boards Manager).

Further Infos

History / Contributions

  • Patch v1.0.1 - Astrobeed, gpb01, PaoloP
  • avr-gcc 4.9.2 for linux64 - sabas1080
  • All Pull Requests...

About

Atmel ATmega328PB support for Arduino IDE

https://github.com/watterott/wattuino#wattuino-pro-mini-pb


Languages

Language:C++ 45.0%Language:C 44.7%Language:Arduino 10.4%