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: Test.cpp
- Revision:
- 2:4a75bdce2735
- Parent:
- 1:f23d9ead1017
- Child:
- 3:1a838bfb4101
--- a/Test.cpp Fri Nov 24 00:33:13 2017 +0000
+++ b/Test.cpp Wed Nov 29 04:59:44 2017 +0000
@@ -101,21 +101,21 @@
// printf("\nSR MODE \n");
write(NM_NSR,0x10);
// int comp = read(NM_COMP);
-// printf("COMP : 0x%x \n",comp);
- //nsr = read(NM_NSR);
- //printf("NSR : 0x%x \n",nsr);
- //minif = read(NM_MINIF);
- //printf("MINIF : 0x%x \n",minif);
+// //printf("COMP : 0x%x \n",comp);
+// nsr = read(NM_NSR);
+// //printf("NSR : 0x%x \n",nsr);
+// minif = read(NM_MINIF);
+// //printf("MINIF : 0x%x \n",minif);
int ncr = read(NM_NCR);
- //printf("ncr : 0x%x \n",ncr);
- //dist = read(NM_DIST);
- //printf("dist : 0x%x \n",dist);
- //cat = read(NM_CAT);
- //printf("cat : 0x%x \n",cat);
+// //printf("ncr : 0x%x \n",ncr);
+// dist = read(NM_DIST);
+// //printf("dist : 0x%x \n",dist);
+// cat = read(NM_CAT);
+// //printf("cat : 0x%x \n",cat);
int aif = read(NM_AIF);
- //printf("aif : 0x%x \n",aif);
+// //printf("aif : 0x%x \n",aif);
int nid = read(NM_NID);
- //printf("nid : 0x%x \n",nid);
+// //printf("nid : 0x%x \n",nid);
write(NM_NSR,0x00);