diff --git a/keywords.txt b/keywords.txt new file mode 100644 index 0000000..1e5f3bf --- /dev/null +++ b/keywords.txt @@ -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 diff --git a/library.json b/library.json new file mode 100644 index 0000000..a8f6194 --- /dev/null +++ b/library.json @@ -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" + ] +} diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..e69de29