From 0ffaacc9df86e26e5323a973d99601721d767913 Mon Sep 17 00:00:00 2001 From: Nélio Laranjeiro Date: Sun, 24 Feb 2008 19:47:16 +0100 Subject: Added sources for the flash use. Not tested ! --- digital/avr/modules/flash/README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 digital/avr/modules/flash/README (limited to 'digital/avr/modules/flash/README') 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. -- cgit v1.2.3