D-Link DSL-G684T Manuel d'utilisateur Page 68

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 118
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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\"
/>");
Vue de la page 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 117 118

Commentaires sur ces manuels

Pas de commentaire