Skip to content

MakerLabMe/Sanguino

 
 

Repository files navigation

Developed by Kristian Sloth Lauszus, 2012

The code is released under the GNU General Public License.


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: https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json 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:

  • Arduino/
    • hardware/
      • Sanguino/
        • avr/
        • bootloaders/
        • variants/
        • README.md
        • boards.txt

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.

Also check out the following site for more information: http://blog.stevemarple.co.uk/2013/01/how-to-use-atmel-atmega1284-non-p.html.

For more information see the following site: http://www.arduino.cc/en/Guide/Environment#thirdpartyhardware or send me an email at [email protected].

Packages

No packages published

Languages

  • C 48.9%
  • C++ 31.8%
  • Makefile 18.7%
  • Other 0.6%