if ((get == 1)||(post == 1))
{
Serial.println("\n\rConnection opened.");
HTML_print("<html>");
HTML_print("<title>Test of servo motor
controller</title>");
HTML_print("<h1>");
HTML_print("Servo controll TEST");
HTML_print("</h1>");
HTML_print("<form name=\"input\" action=\"/\"
method=\"post\">");
HTML_print("New Positon(range 0-180):");
HTML_print("<input type=\"text\" name=\"%poh\"
/>");
HTML_print("<input type=\"submit\"
value=\"Submit\" />");
HTML_print("</form>");
HTML_print("</br> ");
HTML_print("this is example of use of the HTML, as
we can see ");
HTML_print("simple status or control website can
be stored");
HTML_print(" inside");
HTML_print("</html>");
delay(500);
SPI_Uart_print("$$$");
delay(500);
SPI_Uart_println("close");
delay(1000);
Comentários a estes Manuais