Skip to content

Commit 378fa90

Browse files
committed
Merge pull request #2215 from temboo/ide-1.5.x-temboo
Updated Temboo library
2 parents 7ce3294 + d80e774 commit 378fa90

33 files changed

+2794
-14
lines changed

libraries/Temboo/extras/readme.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Temboo Library for Arduino
2+
3+
Installation
4+
------------
5+
6+
For installation instructions, please visit:
7+
8+
http://temboo.com/arduino/others/library-installation
9+
10+
Examples, Tutorials & More
11+
--------------------------
12+
13+
You can find lots of examples, tutorials and info about Device Coder (Temboo's tool for automatically generating internet-connected sketch code) at the link below:
14+
15+
http://temboo.com/arduino/
16+
17+
Compatibility
18+
-------------
19+
20+
This library has been tested with the following Arduino boards:
21+
22+
* TRE
23+
* Yún
24+
* Due
25+
* Mega
26+
* Uno
27+
28+
And the following internet shields:
29+
30+
* Arduino Wifi Shield
31+
* Arduino Ethernet Shield

libraries/Temboo/keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ setAppKeyName KEYWORD2
2424
setAppKey KEYWORD2
2525
setChoreo KEYWORD2
2626
setCredential KEYWORD2
27+
setSavedInputs KEYWORD2
2728
addInput KEYWORD2
2829
addOutputFilter KEYWORD2
2930
setSettingsFileToWrite KEYWORD2

libraries/Temboo/library.properties

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name=Temboo
22
author=Temboo
33
4-
sentence=Allows any Arduino with Internet access to connect to web-based resources and services APIs.
5-
paragraph=Temboo is a platform that provides normalized access to 100+ APIs, databases, code utilities and more. This library enables the Yún to connect to Temboo, making it simple to interact with a vast array of web-based resources and services.
6-
url=http://www.temboo.com
7-
architectures=avr
8-
version=1.0
9-
dependencies=
10-
core-dependencies=arduino (>=1.5.0)
4+
sentence=This library enables calls to Temboo, a platform that connects Arduino boards to 100+ APIs, databases, code utilities and more.
5+
paragraph=Use this library to connect your Arduino board to Temboo, making it simple to interact with a vast array of web-based resources and services.
6+
url=http://www.temboo.com/arduino
7+
architectures=*
8+
version=1.1
9+
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)