Version avec sortie ABCD sur même connecteur

Dependencies:   SDFileSystemDMA mbed

Fork of DmdFullRGB_0_1 by Christophe Girardot

Files at this revision

API Documentation at this revision

Comitter:
IroCorp
Date:
Wed Dec 13 22:04:26 2017 +0000
Parent:
2:2f5b7e5faf83
Commit message:
configuration.h : Changement sortie C (A0) pour D2 - Iro 13/12/17 23h04

Changed in this revision

configuration.h Show annotated file Show diff for this revision Revisions of this file
diff -r 2f5b7e5faf83 -r 5fc29520dff0 configuration.h
--- a/configuration.h	Mon Dec 04 09:42:23 2017 +0000
+++ b/configuration.h	Wed Dec 13 22:04:26 2017 +0000
@@ -6,7 +6,7 @@
 // définition des entrées/sorties
 DigitalOut A(D0);
 DigitalOut B(D1);
-DigitalOut C(A0);
+DigitalOut C(D2);
 DigitalOut D(D3);
 DigitalOut CLK(D4);
 DigitalOut LATCH(D5);