mirror of
https://github.com/s00500/SimpleExpressions
synced 2024-11-21 07:40:55 +00:00
Adding standard Libraryfiles
This commit is contained in:
parent
4006d23649
commit
264fd0a772
46
keywords.txt
Normal file
46
keywords.txt
Normal 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
16
library.json
Normal 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
0
library.properties
Normal file
Loading…
Reference in New Issue
Block a user