Adding standard Libraryfiles

This commit is contained in:
Lukas Bachschwell 2017-11-27 12:18:35 +01:00
parent 4006d23649
commit 264fd0a772
3 changed files with 62 additions and 0 deletions

46
keywords.txt Normal file
View File

@ -0,0 +1,46 @@
#######################################
# Syntax Coloring Map For ExampleLibrary
#######################################
#######################################
# Datatypes (KEYWORD1)
#######################################
SimpleExpressions KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
showMouth KEYWORD2
printMouth KEYWORD2
playSound KEYWORD2
_tone KEYWORD2
#######################################
# Instances (KEYWORD2)
#######################################
#######################################
# Constants (LITERAL1)
#######################################
S_CONNECTION
S_DISCONNECTION
S_BUTTON_PUSHED
S_MODE1
S_MODE2
S_MODE3
S_SURPRISE
S_OHOOH
S_OHOOH2
S_CUDDLY
S_SLEEPING
S_HAPPY
S_SUPER_HAPPY
S_HAPPY_SHORT
S_SAD
S_CONFUSED
S_FART1
S_FART2
S_FART3

16
library.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "SimpleExpressions",
"keywords": "Expressions, esp32, esp8266, arduino, avr, robot, cute, ws2812, leds, emotions, sounds, buzzer, beeper",
"description": "Make your robots cute and noisy",
"repository":
{
"type": "git",
"url": "https://github.com/s00500/SimpleExpressions.git"
},
"frameworks": "arduino",
"platforms":
[
"espressif",
"arduino"
]
}

0
library.properties Normal file
View File