triffid / ATmega-Skeleton

Skeleton libraries for AVR ATmega boards such as the arduino

Home Page:atmega-skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ATMega Skeleton: Skeleton libraries for AVR ATmega boards such as the arduino.

Helping out with ATMega Skeleton

To contribute, get started with the following:

  • Fork the project and start hacking.
  • Make a pull request.

Setting up a dev environment

You will need avr-gcc toolchain, make and some other packages. On a Debian clone following will install the build-essentials.

$ sudo apt-get install make gcc-avr binutils-avr avr-libc

Optionally you can install "avrdude" an AVR controller programming tool:

$ sudo apt-get install avrdude libusb-dev

The following might help:

About

Skeleton libraries for AVR ATmega boards such as the arduino

atmega-skeleton


Languages

Language:C 98.0%Language:Shell 2.0%Language:Java 0.0%