pass scheduler to app

This commit is contained in:
2018-06-02 19:30:20 +02:00
parent 392e39734c
commit e0cb8a9583
13 changed files with 328 additions and 11 deletions

18
library.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "sprocket-core",
"keywords": "esp8266, sprocket, stack",
"description": "Core stack for sprockets",
"authors":
{
"name": "Patrick Balsiger",
"email": "frupii@gmail.com",
"url": "https://gitlab.com/0x1d"
},
"repository":
{
"type": "git",
"url": "https://gitlab.com/wirelos/sprocket-core/"
},
"frameworks": "arduino",
"platforms": "espressif8266"
}