use A10 and D10 instead of D7 and D8 as dbg pins draft

Tue, 11 Oct 2016 21:48:22 +0200

author
David Douard <david.douard@logilab.fr>
date
Tue, 11 Oct 2016 21:48:22 +0200
changeset 15
ec327bf8f224
parent 14
5dfbcea0ebef
child 16
c5e5bdc5ef49

use A10 and D10 instead of D7 and D8 as dbg pins

they don't seem to work (not sure why) on l432kc

src/hp34comm.cpp file | annotate | diff | comparison | revisions
--- a/src/hp34comm.cpp	Tue Oct 11 21:47:10 2016 +0200
+++ b/src/hp34comm.cpp	Tue Oct 11 21:48:22 2016 +0200
@@ -9,8 +9,8 @@
 DigitalOut inrx(D9);
 DigitalOut intx(D5);
 DigitalOut ack(D6);
-DigitalOut staterx(D7);
-DigitalOut statetx(D8);
+DigitalOut staterx(A0);
+DigitalOut statetx(D10);
 
 #endif
 

mercurial