From e907a0ba2c78062405ba6e0c0892015576471c88 Mon Sep 17 00:00:00 2001 From: Alexander Bessman Date: Wed, 3 Jul 2024 09:04:22 +0200 Subject: [PATCH] Fix pin order in powersource.c documentation --- src/instruments/powersource.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/instruments/powersource.c b/src/instruments/powersource.c index 6a95f9e..f183b35 100644 --- a/src/instruments/powersource.c +++ b/src/instruments/powersource.c @@ -17,8 +17,8 @@ * 2: PV2 * 3: PV1 * V6 hardware has two pairs of paired channels: - * 0: PVS1 & PVS3 - * 1: PVS2 & PCS + * 0: PCS & PVS2 + * 1: PVS1 & PVS3 * Paired channels share relative output levels, i.e. if PV1 outputs 5 V * then PV3 outputs 3.3 V. */