From cdb747dd5e46ed8320bcfac4767819c4df85b065 Mon Sep 17 00:00:00 2001 From: Adrien Van Date: Wed, 15 Feb 2017 21:29:58 +0100 Subject: [PATCH] Desactivation debug --- RegulationIntensite.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RegulationIntensite.ino b/RegulationIntensite.ino index e09002d..fa02b2b 100644 --- a/RegulationIntensite.ino +++ b/RegulationIntensite.ino @@ -1,7 +1,7 @@ #include "mesure.h" #define __PIN_PWM__ 3 -#define DEBUG +//#define DEBUG float target_curent = 0.05;//ma courant collecteur(A0,A1,100,1,1,0.248,0.248); // R1 10K, R2 3K3 courant base(A2,A3,10000);