mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Temboo library to the 1.5 format
This commit is contained in:
30
libraries/Temboo/keywords.txt
Normal file
30
libraries/Temboo/keywords.txt
Normal 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
|
10
libraries/Temboo/library.properties
Normal file
10
libraries/Temboo/library.properties
Normal 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)
|
Reference in New Issue
Block a user