Preliminary Leonardo (ATmega32U4) support.

Add initial support for the Arduino Leonardo with the ATmega32U4 chip
based on patches provided by audio mixer on forum.arduino.cc.  Tested
on a Leonardo R3.
This needs testing, but works well enough for the client to
communicate.  The pins especially need to be verified.
This commit is contained in:
Andrew Gillham
2014-06-24 22:46:49 -07:00
parent d0afee13d2
commit c8e564f6f0
3 changed files with 37 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
*
* SUMP Protocol Implementation for Arduino boards.
*
* Copyright (c) 2011,2012,2013 Andrew Gillham
* Copyright (c) 2011,2012,2013,2014 Andrew Gillham
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without