4 years, 11 months ago.

le logiciel pour tester le HC05 ne fonctionne pas ! pouvez vous m'aider?

  1. include "mbed.h" DigitalOut myled(LED1); Serial bt(p27,p28); Serial pc(USBTX,USBRX); int i=0; int main() { pc.baud(115200); bt.baud(9600); while(1) { bt.printf("i: %c %d \n\r ",i,i); pc.printf("i: %c %d \n\r ",i,i); wait(0.2); } }

Question relating to:

Be the first to answer this question.