Skip to content

triffid/ATmega-Skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published