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.
Revision 3:efef6d4c6918, committed 2014-01-31
- Comitter:
- perezalvarezhi
- Date:
- Fri Jan 31 00:24:52 2014 +0000
- Parent:
- 2:e8dc659cf54e
- Commit message:
- publishing new library and deleting old falash library;
Changed in this revision
W25Q80BV.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/W25Q80BV.cpp Thu Jan 30 01:29:52 2014 +0000 +++ b/W25Q80BV.cpp Fri Jan 31 00:24:52 2014 +0000 @@ -1,10 +1,8 @@ // W25Q80BV.cpp //Changes by Ciprijal - #include"W25Q80BV.h" // Pinout: PTD2,PTD3, PTD1, PTC7 - // CONSTRUCTOR W25Q80BV::W25Q80BV(PinName mosi, PinName miso, PinName sclk, PinName cs):_cs(cs),_mosi(mosi),_miso(miso),_sclk(sclk){