Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of W25X40BV by
Diff: S25FL256S.h
- Revision:
- 5:c2707c92ecb5
- Parent:
- 4:8c463abb67d5
- Child:
- 7:690ac48a0b8c
- Child:
- 8:9f5a31575cdd
diff -r 8c463abb67d5 -r c2707c92ecb5 S25FL256S.h --- a/S25FL256S.h Sat May 19 09:56:14 2018 +0000 +++ b/S25FL256S.h Mon May 21 07:50:39 2018 +0000 @@ -124,7 +124,7 @@ void chipErase(); //erase all data on chip uint8_t readRegister(); uint8_t checkIfBusy(); // Check if IC is bury writing or erasing - void writeRegister(uint8_t regValue); //Write status register or configuration register + void writeRegister(uint8_t regValue); // Write status register or configuration register void reset(void); // Reset Chip void clearRegister(); // Clear Status Register void Read_Identification(uint8_t *buf);