From e04576b0158ba9db78d51e9f19a22ff6288b4d7b Mon Sep 17 00:00:00 2001 From: Jean-Daniel Nicoud Date: Tue, 14 May 2019 23:45:22 +0200 Subject: [PATCH] DDRC correction line 42 --- src/Witty.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Witty.h b/src/Witty.h index 896c0b9..abe3d2f 100644 --- a/src/Witty.h +++ b/src/Witty.h @@ -39,8 +39,8 @@ void SetupWitty() { DDRD = 0b11111000; // rien sur pd3? - DDRC = 0 ; - PORTC = 0b000001; // pullup pous + DDRC = 0b000010; // Led + PORTC = 0b000001; // pullup Push DDRB= 0x03; // PB0 1 sur connecteur pour Apa102 } @@ -64,4 +64,4 @@ void CliErr (byte ct,int dd, int ww) { DelMs (ww); } } - +