Skip to content

Commit 9bc7674

Browse files
author
Travis CI
committed
fixed yun example to use the bridge api
1 parent ba75e88 commit 9bc7674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino/examples/tentacle-yun/tentacle-yun.ino

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Pseudopod pseudopod(conn, conn, tentacle);
1818
void setup() {
1919
Serial.begin(9600);
2020
Serial.println(F("The Day of the Tentacle has begun!"));
21+
Bridge.begin();
2122
connectToServer();
2223
}
2324

0 commit comments

Comments
 (0)