Tue, 11 Oct 2016 21:48:22 +0200
use A10 and D10 instead of D7 and D8 as dbg pins they don't seem to work (not sure why) on l432kc
--- 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