From 264fd0a77250f8c31650a2eaab4e3a3426527121 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Mon, 27 Nov 2017 12:18:35 +0100 Subject: [PATCH] Adding standard Libraryfiles --- keywords.txt | 46 ++++++++++++++++++++++++++++++++++++++++++++++ library.json | 16 ++++++++++++++++ library.properties | 0 3 files changed, 62 insertions(+) create mode 100644 keywords.txt create mode 100644 library.json create mode 100644 library.properties 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