-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
37 lines (37 loc) · 983 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "LeoNerd-OLED-Module-Library",
"version": "1.0.6",
"description": "A library for the LeoNerd's OLED Module Panel on the Arduino framework.",
"keywords": "LeoNerd, OLED, Encoder, Arduino, AVR, STM32",
"repository":
{
"type": "git",
"url": "https://github.com/technik-gegg/LeoNerd-OLED-Module-Library"
},
"authors":
[
{
"name": "Technik Gegg",
"email": "technik.gegg@gmail.com",
"url": "",
"maintainer": true
}
],
"license": "GPL V3",
"homepage": "https://github.com/technik-gegg/LeoNerd-OLED-Module-Library",
"dependencies": {
"olikraus/U8G2": "*"
},
"frameworks": "Arduino",
"platforms": [ "atmelavr, ststm32, esp32, esp8266" ],
"examples": [
{
"name": "Basic",
"base": "examples/basic",
"files": [
"platformio.ini",
"src/basic.cpp"
]
}
]
}