added copyright and license notice.

This commit is contained in:
tmk 2011-07-21 00:32:52 +09:00
parent f382fc93d5
commit 0dde25e81c
68 changed files with 2050 additions and 99 deletions

View file

@ -1,5 +1,4 @@
// this code from:
// http://www.pjrc.com/teensy/jump_to_bootloader.html
/* See http://www.pjrc.com/teensy/jump_to_bootloader.html */
#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/delay.h>