User Activity

Hello,I’m using the B-L475E-IOT01A with MbedOS and have the following code:hall_a3 = new AnalogIn(A3);hall_a4 = new AnalogIn(A4);hall_a5 = new AnalogIn(A5);while(true) { printf("Hall A3: %f\n", hall_a3->read()); printf("Hall A4: %f\n", hall_a4-...