D-Link DSL-G684T Bedienungsanleitung Seite 39

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 118
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 38
39
Serial.print("Set security phrase to ");
Serial.println(auth_phrase);
// Set localport to <port_listen>
SPI_Uart_print("set i l ");
SPI_Uart_println(port_listen);
delay(500);
Serial.print("Set IP localport to ");
Serial.println(port_listen);
SPI_Uart_print("save");
delay(500);
SPI_Uart_println("exit");
delay(500);
}
if (current == LOW){ // reset the counter if the
button is not pressed
count = 0;
}
previous = current;
// photocell value
if (photo == 1){
val = analogRead(photoPin);
itoa (val, val2, 10);
SPI_Uart_print("photo=");
SPI_Uart_print(val2);
delay(90);
}
// servomotor
if (servo == 1){
itoa (myservo.read(), val2, 10);
SPI_Uart_print("servo=");
SPI_Uart_print(val2);
delay(90);
Seitenansicht 38
1 2 ... 34 35 36 37 38 39 40 41 42 43 44 ... 117 118

Kommentare zu diesen Handbüchern

Keine Kommentare