D-Link DSL-G684T Manual do Utilizador Página 68

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 118
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 67
68
else{
Serial.println("Could not initialize bridge, locking
up.\n\r");
while(1);
}
autoconnect();
}
void loop()
{
// Exit command mode if we haven't already
SPI_Uart_println("exit");
delay(500);
Flush_RX();
while(1) // If GET/POST
{
while(!Have_Client()); // Wait for client
// Sent HTML
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\"
/>");
Vista de página 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 117 118

Comentários a estes Manuais

Sem comentários