Skip to content

Commit f149dac

Browse files
author
Federico Fissore
committed
updated temboo examples
1 parent 08e9937 commit f149dac

File tree

9 files changed

+25
-23
lines changed

9 files changed

+25
-23
lines changed

hardware/arduino/avr/libraries/Bridge/examples/Temboo/GetYahooWeatherReport/GetYahooWeatherReport.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
GetYahooWeatherReport
33
4-
Demonstrates making a request to the Yahoo! Weather API using the Temboo Arduino Yun SDK.
4+
Demonstrates making a request to the Yahoo! Weather API using Temboo from an Arduino Yun.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -12,7 +12,7 @@
1212
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
1313
to the Internet.
1414
15-
Looking for another API? We've got over 100 in our Library!
15+
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
1616
1717
This example code is in the public domain.
1818
*/

hardware/arduino/avr/libraries/Bridge/examples/Temboo/ReadATweet/ReadATweet.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ReadATweet
33
44
Demonstrates retrieving the most recent Tweet from a user's home timeline
5-
using the Temboo Arduino Yun SDK.
5+
using Temboo from an Arduino Yun.
66
77
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
88
@@ -18,7 +18,8 @@
1818
This example assumes basic familiarity with Arduino sketches, and that your Yun
1919
is connected to the Internet.
2020
21-
Looking for social APIs? We've got Facebook, Google+, Instagram, Tumblr and more.
21+
Want to use another social API with your Arduino Yun? We've got Facebook,
22+
Google+, Instagram, Tumblr and more in our Library!
2223
2324
This example code is in the public domain.
2425
*/

hardware/arduino/avr/libraries/Bridge/examples/Temboo/SendATweet/SendATweet.ino

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SendATweet
33
4-
Demonstrates sending a tweet via a Twitter account using the Temboo Arduino Yun SDK.
4+
Demonstrates sending a tweet via a Twitter account using Temboo from an Arduino Yun.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -13,13 +13,14 @@
1313
the Twitter dev console at https://dev.twitter.com. Note that since this
1414
sketch creates a new tweet, your application will need to be configured with
1515
read+write permissions. After creating the app, you'll find OAuth credentials
16-
for that application under the "OAuth Tool" tab.
17-
Substitute these values for the placeholders below.
16+
for that application under the "OAuth Tool" tab. Substitute these values for
17+
the placeholders below.
1818
1919
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
2020
to the Internet.
2121
22-
Looking for social APIs? We've got Facebook, Google+, Instagram, Tumblr and more.
22+
Want to use another social API with your Arduino Yun? We've got Facebook,
23+
Google+, Instagram, Tumblr and more in our Library!
2324
2425
This example code is in the public domain.
2526
*/

hardware/arduino/avr/libraries/Bridge/examples/Temboo/SendAnEmail/SendAnEmail.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SendAnEmail
33
4-
Demonstrates sending an email via a Google Gmail account using the Temboo Arduino Yun SDK.
4+
Demonstrates sending an email via a Google Gmail account using Temboo from an Arduino Yun.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -11,12 +11,12 @@
1111
1212
Since this sketch uses Gmail to send the email, you'll also need a valid
1313
Google Gmail account. The sketch needs the username and password you use
14-
to log into your Gmail account: substitute the placeholders below for these values.
14+
to log into your Gmail account - substitute the placeholders below for these values.
1515
1616
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
1717
to the Internet.
1818
19-
Looking for another API? We've got over 100 in our Library!
19+
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
2020
2121
This example code is in the public domain.
2222
*/

hardware/arduino/avr/libraries/Bridge/examples/Temboo/SendAnSMS/SendAnSMS.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
SendAnSMS
33
4-
Demonstrates sending an SMS via a Twilio account using the Temboo Arduino Yun SDK.
4+
Demonstrates sending an SMS via Twilio using Temboo from an Arduino Yun.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -25,7 +25,7 @@
2525
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
2626
to the Internet.
2727
28-
Looking for another API? We've got over 100 in our Library!
28+
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
2929
3030
This example code is in the public domain.
3131
*/

hardware/arduino/avr/libraries/Bridge/examples/Temboo/SendDataToGoogleSpreadsheet/SendDataToGoogleSpreadsheet.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/*
22
SendDataToGoogleSpreadsheet
33
4-
Demonstrates appending a row of data to a Google spreadsheet from the Arduino Yun
5-
using the Temboo Arduino Yun SDK.
4+
Demonstrates appending a row of data to a Google spreadsheet using Temboo from an Arduino Yun.
65
76
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
87
@@ -30,7 +29,7 @@
3029
NOTE that the first time you run this sketch, you may receive a warning from
3130
Google, prompting you to authorize access from a 3rd party system.
3231
33-
Looking for another API? We've got over 100 in our Library!
32+
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
3433
3534
This example code is in the public domain.
3635

hardware/arduino/avr/libraries/Bridge/examples/Temboo/ToxicFacilitiesSearch/ToxicFacilitiesSearch.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
ToxicFacilitiesSearch
33
4-
Demonstrates making a request to the Envirofacts API using the Temboo Arduino Yun SDK.
4+
Demonstrates making a request to the Envirofacts API using Temboo from an Arduino Yun.
55
This example retrieves the names and addresses of EPA-regulated facilities in the
66
Toxins Release Inventory (TRI) database within a given zip code.
77
@@ -14,7 +14,7 @@
1414
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
1515
to the Internet.
1616
17-
Looking for another API? We've got over 100 in our Library!
17+
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
1818
1919
This example code is in the public domain.
2020
*/

hardware/arduino/avr/libraries/Bridge/examples/Temboo/UpdateFacebookStatus/UpdateFacebookStatus.ino

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
UpdateFacebookStatus
33
4-
Demonstrates sending a Facebook status update using the Temboo Arduino Yun SDK.
4+
Demonstrates sending a Facebook status update using Temboo from an Arduino Yun.
55
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
@@ -18,7 +18,8 @@
1818
This example assumes basic familiarity with Arduino sketches, and that your Yun
1919
is connected to the Internet.
2020
21-
Looking for social APIs? We've got Twitter, Google+, Instagram, Tumblr and more.
21+
Want to use another social API with your Arduino Yun? We've got Twitter, Google+,
22+
Instagram, Tumblr and more in our Library!
2223
2324
This example code is in the public domain.
2425
*/

hardware/arduino/avr/libraries/Bridge/examples/Temboo/UploadToDropbox/UploadToDropbox.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
UploadToDropbox
33
4-
Demonstrates uploading a file to Dropbox using the Temboo Arduino Yun SDK.
5-
4+
Demonstrates uploading a file to a Dropbox account using Temboo from an Arduino Yun.
5+
66
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
77
88
A Temboo account and application key are necessary to run all Temboo examples.
@@ -24,7 +24,7 @@
2424
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
2525
to the Internet.
2626
27-
Looking for another API? We've got over 100 in our Library!
27+
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
2828
2929
This example code is in the public domain.
3030
*/

0 commit comments

Comments
 (0)