-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlibrary.json
More file actions
24 lines (24 loc) · 737 Bytes
/
library.json
File metadata and controls
24 lines (24 loc) · 737 Bytes
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": "spiffs_circular_queue",
"version": "1.2",
"description": "ESP-IDF and PlatformIO compatible library for a circular queue or circular FIFO buffer over SPIFFS.",
"keywords": "esp-idf, fifo, spiffs, esp32, esp8266, espressif, arduino",
"repository":
{
"type": "git",
"url": "https://github.com/rykovv/spiffs_circular_queue.git"
},
"authors":
[
{
"name": "Vladislav Rykov",
"email": "rykovinternational@gmail.com",
"url": "https://github.com/rykovv",
"maintainer": true
}
],
"license": "MIT",
"homepage": "https://rykovv.github.io/spiffs_circular_queue/",
"frameworks": "ESP-IDF",
"platforms": "espressif, arduino"
}