first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:15:32 +01:00
commit 7b30d6e298
5276 changed files with 2108927 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "Blynk",
"version": "1.3.2",
"description": "Build a smartphone app for your project in minutes. Blynk allows creating IoT solutions easily. It supports WiFi, Ethernet, Cellular connectivity. Works with over 400 boards like ESP8266, ESP32, Arduino, Raspberry Pi, Particle, etc.",
"keywords": "sensors, control, device, smartphone, mobile, app, web, cloud, communication, protocol, iot, m2m, wifi, ble, bluetooth, ethernet, usb, serial, gsm, gprs, 3g, data, esp8266, http",
"authors":
{
"name": "Volodymyr Shymanskyy",
"url": "https://github.com/vshymanskyy",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/blynkkk/blynk-library.git"
},
"homepage": "https://blynk.io",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies": {
"blynkkk/BlynkNcpDriver": "^0.6.3"
},
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino"
}