From 15d20744114c95aa70f94253a624996cb72a2f04 Mon Sep 17 00:00:00 2001 From: Jan Binder Date: Wed, 30 Dec 2015 15:15:19 +0000 Subject: [PATCH] Pin out notes for the fpga pulser --- hardware/fpga_pulser/ok_fpga_pulser.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hardware/fpga_pulser/ok_fpga_pulser.py b/hardware/fpga_pulser/ok_fpga_pulser.py index 33e3272e30..114f7536a4 100644 --- a/hardware/fpga_pulser/ok_fpga_pulser.py +++ b/hardware/fpga_pulser/ok_fpga_pulser.py @@ -29,6 +29,12 @@ class OkFpgaPulser(Base, PulserInterface): """Methods to control Pulse Generator running on OK FPGA. + + Chan PIN + ---------- + Ch1 A3 + Ch2 C5 + Ch3 D6 """ _modclass = 'pulserinterface' _modtype = 'hardware'