From 7be7f2e1ff36d59cbbc720bf5b44bdd76ec49bd2 Mon Sep 17 00:00:00 2001 From: Gerardo Marx Date: Fri, 21 Mar 2025 18:59:43 +0000 Subject: [PATCH] Updated TCLab-sketch.ino file for version TCLab 1v1 2025 --- TCLab-sketch/TCLab-sketch.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TCLab-sketch/TCLab-sketch.ino b/TCLab-sketch/TCLab-sketch.ino index e446f97..d8d3448 100644 --- a/TCLab-sketch/TCLab-sketch.ino +++ b/TCLab-sketch/TCLab-sketch.ino @@ -96,8 +96,8 @@ const char sp = ' '; // command separator const char nl = '\n'; // command terminator // pin numbers corresponding to signals on the TC Lab Shield -const int pinT1 = 0; // T1 -const int pinT2 = 2; // T2 +const int pinT1 = 5; // before 0; T1 in the TCLab 1v1 is modified +const int pinT2 = 3; // before 2; T2 in the TCLab 1v1 is modified const int pinQ1 = 3; // Q1 const int pinQ2 = 5; // Q2 const int pinLED1 = 9; // LED1