[ FORK ] SPI flash memory control library forked from jyam/W25X40BV
Dependents: 11u35_usbLocalFilesystem
Fork of W25X40BV by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
8:f14f239ae400 | 2016-08-12 | k4zuki | change WAIT_TIME |
7:0811e70f6fc7 | 2016-07-07 | k4zuki | standard SPI_FREQ is 10MHz; use _cs as DigitalInOut to release bus; dummy data is 0xAA |
6:11e271d4fbc5 | 2016-03-09 | k4zuki | fix multiple bug in pageErase() |
5:4f7e8756d1c4 | 2016-03-05 | k4zuki | better wait time based on datasheet |
4:b422cdc9d751 | 2016-02-28 | k4zuki | use SWSPI library; typedef; add page and block(4K/32K) erase |
3:6e3c0b23dc6e | 2012-03-26 | jyam | now a derived class of SPI from \"mbedh.h\" (can access SPI\s public member functions; more flexible); |
2:2b0daec9f8c0 | 2012-03-19 | jyam | fix spelling error |
1:cd41b8e3fdad | 2012-03-19 | jyam | added sequential read and write |
0:9de212faf980 | 2012-03-19 | jyam | initial publish |