diff --git a/README.md b/README.md index 4252392..950af7d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# Sanguino #### Developed by Kristian Sloth Lauszus, 2012 The code is released under the GNU General Public License. @@ -6,7 +7,9 @@ _________ This is a Sanguino third-party hardware add-on for the Arduino IDE. -To use it either use the Arduino board manager and add the following url: or simply create a folder named hardware inside your sketchbook directory. Now move the Sanguino directory inside that folder. The structure would look like this: +To use this add-on simply add the following url: to the Arduino boards manager. Please see the following page for more information: . + +Advanced users can install the hardware add-on manually by creating a folder named "hardware" inside your sketchbook directory. Now move the Sanguino directory inside that folder. The structure would look like this: * Arduino/ * hardware/ @@ -17,6 +20,29 @@ To use it either use the Arduino board manager and add the following url: . + +## ATmega1284 + Since the ATmega1284 is not supported by Avrdude. You will have to burn the bootloader manually from the command line. See this file for help: [ATmega1284.md](bootloaders/optiboot/ATmega1284.md). Also check out the following site for more information: .