summaryrefslogtreecommitdiff
path: root/digital/avr/modules/flash/README
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-02-24 19:47:16 +0100
committerNélio Laranjeiro2008-02-24 19:47:16 +0100
commit0ffaacc9df86e26e5323a973d99601721d767913 (patch)
treee224799c4720e4a2531ece0e3fc7419dcf2db106 /digital/avr/modules/flash/README
parent3ef9fbd44ae0cd089c0237663734cf4c5cc826b9 (diff)
Added sources for the flash use. Not tested !
Diffstat (limited to 'digital/avr/modules/flash/README')
-rw-r--r--digital/avr/modules/flash/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/digital/avr/modules/flash/README b/digital/avr/modules/flash/README
new file mode 100644
index 00000000..150c7910
--- /dev/null
+++ b/digital/avr/modules/flash/README
@@ -0,0 +1,25 @@
+avr.flash - AVR Flash SPI use.
+
+Function to allow the communication between the AVR and a flash memory using
+the SPI bus.
+
+
+Copyright (C) 2008 Nélio Laranjeiro
+
+APBTeam:
+ Web: http://apbteam.org/
+ Email: team AT apbteam DOT org
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.