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:
1:3d9c83af7246
Parent:
0:68a0003c4cb8
Child:
2:76f339a1ba9b
--- a/main.cpp	Mon Sep 15 11:17:50 2014 +0000
+++ b/main.cpp	Mon Sep 15 13:35:22 2014 +0000
@@ -1,6 +1,6 @@
 /* In this example LED1 is switched on/off using a web browser connected to this HTTP server.
  * The example is based on the Tuxgraphics Web Switch <tuxgraphics.org>.
- * This HTTP server is built around the UIPEthernet library for the ENC28J60 chip <https://github.com/ntruchsess/arduino_uip>
+ * This HTTP server is built around the the ENC28J60 chip driven by the UIPEthernet library <https://github.com/ntruchsess/arduino_uip>
  * ported to mbed.
  */