Frank 8 years ago
parent
commit
870ecc17c5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      SerialFlashChip.cpp

+ 1
- 1
SerialFlashChip.cpp View File

SPI.transfer(*p++); SPI.transfer(*p++);
} while (--pagelen > 0); } while (--pagelen > 0);
CSRELEASE(); CSRELEASE();
busy = 1;
busy = 4;
SPI.endTransaction(); SPI.endTransaction();
} while (len > 0); } while (len > 0);
} }

Loading…
Cancel
Save