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.
rm25c512cl.cpp
- Committer:
- ianaherne
- Date:
- 2018-09-05
- Revision:
- 0:890f322344f2
- Child:
- 1:67d99e4ce310
File content as of revision 0:890f322344f2:
#include "rm25c512cl.h"
rm25c512cl::rm25c512cl(PinName MOSI,PinName MISO,PinName SCLK,PinName CS): _spi(MOSI,MISO,SCLK),_cs(CS){
}
void rm25c512cl :: write_enable(){
}
void rm25c512cl :: read_status_reg(){
}
void rm25c512cl :: write_page(){
}
void rm25c512cl :: write_byte(){
}
void rm25c512cl :: read_page(){
}
void rm25c512cl :: read_byte(){
}