Sonder Design Team / Memory25L16_fast

Dependents:   BlackBoard_Firmware_Fast_read_not_test

Fork of Memory by Sonder Design Team

Revision:
1:9d8c932d26ae
Parent:
0:c2e41d203cdb
Child:
2:5c70c0334ed0
Child:
3:339efdc5134f
--- a/Memory.cpp	Mon Apr 18 00:39:27 2016 +0000
+++ b/Memory.cpp	Thu May 05 02:54:11 2016 +0000
@@ -11,7 +11,6 @@
  *If length is greater than BufferSize (3840 bytes) the function will terminate
  *and return the start address.
  */
-
 int Memory::readData(SPI my_spi, char value [], int Address, int length)
 {
     if(length>bufferSize) {