-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
39 lines (39 loc) · 1.19 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "ESPMegaPROR3",
"version": "2.10.0",
"description": "Hardware Library for Siwat INC ESPMegaPRO R3",
"keywords": "espmega,espmegapro",
"repository": {
"type": "git",
"url": "https://github.com/SiwatINC/ESPMegaPRO3-library"
},
"authors": [
{
"name": "Siwat Sirichai",
"email": "siwat@siwatinc.com",
"url": "https://siwatinc.com",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://siwatinc.com/",
"dependencies": {
"adafruit/Adafruit PWM Servo Driver Library": "^2.4.1",
"robtillaart/PCF8574": "^0.3.7",
"adafruit/Adafruit ADS1X15": "^2.4.0",
"adafruit/Adafruit BusIO": "^1.14.3",
"robtillaart/MCP4725": "^0.3.7",
"arduino-libraries/Arduino_BuiltIn": "^1.0.0",
"SPI": "^2.0.0",
"robtillaart/FRAM_I2C": "^0.6.1",
"paulstoffregen/Time": "^1.6.1",
"paulstoffregen/DS1307RTC": "0.0.0-alpha+sha.c2590c0033",
"knolleary/pubsubclient": "^2.8.0",
"bblanchon/ArduinoJson": "^6.21.4",
"robtillaart/DS18B20": "^0.2.1",
"robtillaart/DHTNEW": "^0.4.18",
"external-repo": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
},
"frameworks": "arduino",
"platforms": "espressif32"
}