test ADC avec page Web reduite

Dependencies:   UIPEthernet mbed FCT_WEB hebergement

Fork of Nucleo_Web_ENC28J60 by FOURNET Olivier

P.S : 1ère mise en fonctionnement de la carte NUCLEO STM32F411RET6

Instruction pour la mise en fonctionnement : https://developer.mbed.org/users/Fo170/notebook/the-stm32-nucleo-64-board/

Revision:
15:4b3975520691
Parent:
13:939e0fa0cd39
Child:
16:5a3d10a54762
--- a/main.cpp	Wed Aug 05 19:25:47 2015 +0000
+++ b/main.cpp	Wed Aug 05 19:56:31 2015 +0000
@@ -220,7 +220,7 @@
      sprintf(buffer, "%.0f mV Moy ( sum : %.0f - Samples : %u )\r\n", meas_moy, meas_sum, Samples);
      httpContent += buffer;
      httpContent += "<p>\r\n";
-     sprintf(buffer, "%.0f mV Min, %.0f mV Max , diff : %.0f mV\r\n", v_min, v_max, v_max - v_min);
+     sprintf(buffer, "%.0f mV Min,   %.0f mV Max ,   diff : %.0f mV\r\n", v_min, v_max, v_max - v_min);
      httpContent += buffer;
     httpContent += "</BODY></HTML>";
     //-----------