1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

reviewed Bridge example headers

This commit is contained in:
Federico Fissore
2013-09-10 10:23:29 +02:00
parent 3e2008dfcc
commit 65f0819b05
5 changed files with 18 additions and 20 deletions

View File

@ -1,6 +1,5 @@
/*
Yun HTTP Client
Yun HTTP Client
This example for the Arduino Yún shows how create a basic
HTTP client that connects to the internet and downloads
@ -12,9 +11,9 @@
This example code is in the public domain.
http://arduino.cc/en/Tutorial/HttpClient
*/
http://arduino.cc/en/Tutorial/HttpClient
*/
#include <Bridge.h>
#include <HttpClient.h>