-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
library.json
24 lines (24 loc) · 932 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "Simple-SolarTracker-Arduino",
"version": "0.6.8.0",
"keywords": "solar,solar-tracking,solartracking,solarpanel,solar-panel,panel,sun,sun-tracking,suntracking,scheduler,tracking,diy,automation,controller,monitor,system",
"description": "Helioduino: Simple automation controller for solar tracking systems.",
"license": "MIT",
"authors": [
{
"name": "NachtRaveVL",
"email": "nachtravevl@gmail.com",
"url": "https://github.com/NachtRaveVL",
"maintainer": true
}
],
"homepage": "https://github.com/NachtRaveVL/Simple-SolarTracker-Arduino/",
"repository": {
"type": "git",
"url": "https://github.com/NachtRaveVL/Simple-SolarTracker-Arduino.git"
},
"examples": [
],
"frameworks": ["arduino", "espidf", "mbed"],
"platforms": ["avr", "sam", "samd", "teensy", "espressif8266", "espressif32"]
}