1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Temboo library to the 1.5 format

This commit is contained in:
Fede85 2013-09-06 18:15:14 +02:00
parent 81338e245b
commit fa22bc358e
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,30 @@
#######################################
# Syntax Coloring Map Temboo
#######################################
#######################################
# Class (KEYWORD3)
#######################################
Temboo KEYWORD3
#######################################
# Datatypes (KEYWORD2)
#######################################
TembooChoreo KEYWORD2
#######################################
# Methods and Functions (KEYWORD2)
#######################################
begin KEYWORD2
setAccountName KEYWORD2
setAppKeyName KEYWORD2
setAppKey KEYWORD2
setChoreo KEYWORD2
setCredential KEYWORD2
addInput KEYWORD2
addOutputFilter KEYWORD2
setSettingsFileToWrite KEYWORD2
setSettingsFileToRead KEYWORD2

View File

@ -0,0 +1,10 @@
name=Temboo
author=Temboo
email=hey@temboo.com
sentence=This is the library to use the Temboo Choreos with the Arduino Yun.
paragraph=Temboo is a platworm that provides a normalized access to a lot of web services. This library enable the Yun to connect to Temboo and use their APIs are called Choreos.
url=http://www.temboo.com
architectures=avr
version=1.0
dependencies=
core-dependencies=arduino (>=1.5.0)