-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 739 Bytes
/
library.json
File metadata and controls
25 lines (25 loc) · 739 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
25
{
"name": "ArduinoUtils",
"version": "1.2.1",
"description": "Contains utilities for fast and flexible ADC conversions, Voltage and Resitance measurement, RAM, heap and stack info, Hex dumps, EMA filters etc.",
"keywords": "ADC, EMA, Hex dump, RAM info",
"homepage": "https://github.com/ArminJo/Arduino-Utils",
"repository":
{
"type": "git",
"url": "https://github.com/ArminJo/Arduino-Utils.git"
},
"authors" :
[
{
"name":"Armin Joachimsmeyer",
"email":"armin.arduino@gmail.com",
"maintainer": true
}
],
"license": "GPL-3.0-or-later",
"frameworks": "arduino",
"platforms": ["atmelavr"],
"examples": "examples/*/*.ino",
"export": {"exclude": [".github", "pictures"]}
}