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.
Diff: rm25c512cl.cpp
- Revision:
- 0:890f322344f2
- Child:
- 1:67d99e4ce310
diff -r 000000000000 -r 890f322344f2 rm25c512cl.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/rm25c512cl.cpp Wed Sep 05 16:04:45 2018 +0000
@@ -0,0 +1,37 @@
+#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(){
+
+}
\ No newline at end of file