Skip to content

Commit fa22bc3

Browse files
committed
Temboo library to the 1.5 format
1 parent 81338e2 commit fa22bc3

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

libraries/Temboo/keywords.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
#######################################
2+
# Syntax Coloring Map Temboo
3+
#######################################
4+
5+
#######################################
6+
# Class (KEYWORD3)
7+
#######################################
8+
9+
Temboo KEYWORD3
10+
11+
#######################################
12+
# Datatypes (KEYWORD2)
13+
#######################################
14+
15+
TembooChoreo KEYWORD2
16+
17+
#######################################
18+
# Methods and Functions (KEYWORD2)
19+
#######################################
20+
21+
begin KEYWORD2
22+
setAccountName KEYWORD2
23+
setAppKeyName KEYWORD2
24+
setAppKey KEYWORD2
25+
setChoreo KEYWORD2
26+
setCredential KEYWORD2
27+
addInput KEYWORD2
28+
addOutputFilter KEYWORD2
29+
setSettingsFileToWrite KEYWORD2
30+
setSettingsFileToRead KEYWORD2

libraries/Temboo/library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=Temboo
2+
author=Temboo
3+
email=hey@temboo.com
4+
sentence=This is the library to use the Temboo Choreos with the Arduino Yun.
5+
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.
6+
url=http://www.temboo.com
7+
architectures=avr
8+
version=1.0
9+
dependencies=
10+
core-dependencies=arduino (>=1.5.0)

0 commit comments

Comments
 (0)