Skip to content

Commit

Permalink
New documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
whirleyes committed Dec 8, 2011
1 parent 205d15c commit 0734971
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
@@ -1,20 +1,28 @@
# Mighty 1284P: Platform files for Arduino to run on ATmega1284P # Arduino Extras


## What is it? ## What is it?


Everything you need to run Arduino on ATmega1284P. This is a compilation of extra platforms for Arduino's IDE.

## Boards/Bootloaders list

1. ATmega644P 16Mhz (Sourced from [Sanguino](http://code.google.com/p/sanguino/) project)
2. ATmega1284P 16Mhz (Sourced from [Mighty 1284P](https://github.com/maniacbug/mighty-1284p) project)
3. ATmega1284P 8Mhz (Sourced from [Mighty 1284P](https://github.com/maniacbug/mighty-1284p) project)


## Current state ## Current state


Everything is here and has been initially tested. It should work fine. There is more detailed testing which must be completed before calling it completely 'done' though. Based on [ARDUINO 1.0 - 2011.11.30](http://arduino.cc/en/Main/ReleaseNotes) release + forking of [maniacbug/mighty-1284p](https://github.com/maniacbug/mighty-1284p)


## Installation ## Installation


1. Download the [ZIP File](https://github.com/maniacbug/mighty-1284p/zipball/master) 1. Download the [ZIP File](https://github.com/whirleyes/mighty-1284p/zipball/sanguino-644p)
2. Unzip it a folder called 'hardware' off your sketches directory, e.g. /Users/maniacbug/Source/Arduino/hardware/mighty-1284p 2. Unzip it a folder called 'hardware' off your sketches directory, e.g. /Arduino/hardware/
3. Restart the IDE 3. Restart the IDE
4. Select Tools > Board > Mighty 1284p 16MHz 4. Select Tools > Board > "Your Board"


## See also ## Resources


http://maniacbug.wordpress.com/2011/11/27/arduino-on-atmega1284p-4/ 1. http://maniacbug.wordpress.com/2011/11/27/arduino-on-atmega1284p-4/
2. http://sanguino.cc/
3. http://arduino.cc/forum/

0 comments on commit 0734971

Please sign in to comment.