Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nofxx committed Oct 31, 2012
1 parent 889e39e commit 16f6817
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
@@ -1,21 +1,23 @@
# AVR SCAFFOLD

Collection of Rakefiles to start of and or avoid the Arduino IDE.
Collection of Rakefiles to start of and avoid the Arduino IDE.

Here you'll find a pure C, C++ and Arduino C++ scaffolds with optional
libraries support.
Here you'll find a pure C, C++ and Arduino C++ scaffolds with optional libraries support.

Just clone:

git clone git://github.com/nofxx/avr_scaffold.git
cp -r avr_scaffold/c ~/newproject

or download:

https://github.com/nofxx/avr_scaffold/zipball/master # .zip

https://github.com/nofxx/avr_scaffold/tarball/master # .tar.gz

And choose a scaffold, <LANG> can be c, cpp, asm or arduino:

cp -r avr_scaffold/<LANG> ~/newproject


## Common Usage

Expand All @@ -25,6 +27,7 @@ $ rake # build the project, flash to the arduino
$ rake clobber # clean the project
```


## Board Resources

* ATMega328P datasheet - http://www.atmel.com/dyn/resources/prod_documents/doc8161.pdf
Expand Down

0 comments on commit 16f6817

Please sign in to comment.