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: main.cpp
- Revision:
- 1:9c47e011f1bf
- Parent:
- 0:8fc9e66cbabb
- Child:
- 2:24f3bc487c01
diff -r 8fc9e66cbabb -r 9c47e011f1bf main.cpp
--- a/main.cpp Fri Oct 26 13:38:44 2012 +0000
+++ b/main.cpp Mon Jan 27 14:03:37 2014 +0000
@@ -20,7 +20,8 @@
OUTPUT : ACQU ---> P26 AND LED1
: PULSES P1 & P2 ---> P25
: Emmitter ---> P24, P23
- : Transmitter ---> P22, P21
+ : Transmitter ---> P24, P23
+ : gradient Z ---> P21
***** IN THIS VERSION RECEIVER AND TRANSMITTER HAVE THE SAME PHASE CYCLE *****
*************************************************************************************
Alain LOUIS-JOSEPH
@@ -69,8 +70,8 @@
#define D21 0.001 /* recovery time */
#define AQ 0.04 /* acquisition time in seconde */
#define P90 0.00005 /* hard 90° 1H */
-#define IncGsdelta 0.0 /* gradient increment */
-#define stepG 0.0
+//#define IncGsdelta 0.0 /* gradient width increment */
+//#define stepG 0.0
DigitalOut Relaxation(LED1); /* Delay on pin 26 ??? and flash LED1 during relaxation delay */