We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba75e88 commit 9bc7674Copy full SHA for 9bc7674
arduino/examples/tentacle-yun/tentacle-yun.ino
@@ -18,6 +18,7 @@ Pseudopod pseudopod(conn, conn, tentacle);
18
void setup() {
19
Serial.begin(9600);
20
Serial.println(F("The Day of the Tentacle has begun!"));
21
+ Bridge.begin();
22
connectToServer();
23
}
24
0 commit comments