diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2019-01-30 11:53:08 +0200 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2019-01-30 11:53:08 +0200 |
| commit | 35ca91ca151dfbbe7e4ec560dca5630a8d7113e1 (patch) | |
| tree | 0e6644bca8ce253c452e43e701af1b6c0bf51275 /Software/Stubs Collection/stubs/magnet.cs | |
| parent | 99554aaefd61f29be38669d46c7e4a573bec311f (diff) | |
| download | Tango-35ca91ca151dfbbe7e4ec560dca5630a8d7113e1.tar.gz Tango-35ca91ca151dfbbe7e4ec560dca5630a8d7113e1.zip | |
Read ADC - one at a time. update stubs from Mati
Diffstat (limited to 'Software/Stubs Collection/stubs/magnet.cs')
| -rw-r--r-- | Software/Stubs Collection/stubs/magnet.cs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Software/Stubs Collection/stubs/magnet.cs b/Software/Stubs Collection/stubs/magnet.cs new file mode 100644 index 000000000..ade65d5a2 --- /dev/null +++ b/Software/Stubs Collection/stubs/magnet.cs @@ -0,0 +1,19 @@ +using System; +using System.Text; +using System.Linq; +using System.Drawing; +using System.Diagnostics; +using System.Windows.Forms; +using System.Threading; +using System.Threading.Tasks; +using System.Collections.Generic; +using Tango.PMR.Stubs; +using Tango.Stubs; + +const Int32 FPGA2 = 0x60000400; +const Int32 F2_CTRL = 0x0E2; + +public void OnExecute(StubManager stubManager) +{ +SetBit (FPGA2, F2_CTRL, 0, 0); +}
\ No newline at end of file |
