Skip to content

Commit

Permalink
add notice about nkeeprom's origin
Browse files Browse the repository at this point in the history
  • Loading branch information
beerriot committed Mar 4, 2011
1 parent 8702868 commit 4894ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NOTICE.txt
Expand Up @@ -3,3 +3,6 @@ created by Humberto Evans.

The ADC-random-generation code was originally created by the forum
member "wayward" at http://www.nerdkits.com/forum/thread/13/

The EEPROM-modifying code (nkeeprom.c) is based on example code in
the ATmega48/88/168 manual, section 7 "AVR Memories".
2 changes: 2 additions & 0 deletions src/nkeeprom.c
Expand Up @@ -2,6 +2,8 @@
// for NerdKits with ATmega168
// copyright 2011 Bryan Fink
// license: see LICENSE.txt
// notice: this file (nkeeprom.c) is based on example code in the
// ATmega48/88/168 manual, section 7 "AVR Memories"

// utilities for reading and writing the EEPROM

Expand Down

0 comments on commit 4894ab6

Please sign in to comment.