Skip to content

Updated Temboo library #2215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions libraries/Temboo/extras/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Temboo Library for Arduino

Installation
------------

For installation instructions, please visit:

http://temboo.com/arduino/others/library-installation

Examples, Tutorials & More
--------------------------

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:

http://temboo.com/arduino/

Compatibility
-------------

This library has been tested with the following Arduino boards:

* TRE
* Yún
* Due
* Mega
* Uno

And the following internet shields:

* Arduino Wifi Shield
* Arduino Ethernet Shield
1 change: 1 addition & 0 deletions libraries/Temboo/keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ setAppKeyName KEYWORD2
setAppKey KEYWORD2
setChoreo KEYWORD2
setCredential KEYWORD2
setSavedInputs KEYWORD2
addInput KEYWORD2
addOutputFilter KEYWORD2
setSettingsFileToWrite KEYWORD2
Expand Down
13 changes: 6 additions & 7 deletions libraries/Temboo/library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name=Temboo
author=Temboo
[email protected]
sentence=Allows any Arduino with Internet access to connect to web-based resources and services APIs.
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.
url=http://www.temboo.com
architectures=avr
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)
sentence=This library enables calls to Temboo, a platform that connects Arduino boards to 100+ APIs, databases, code utilities and more.
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.
url=http://www.temboo.com/arduino
architectures=*
version=1.1
core-dependencies=arduino (>=1.5.0)
Loading