aboutsummaryrefslogtreecommitdiffstats
path: root/library.json
diff options
context:
space:
mode:
Diffstat (limited to 'library.json')
-rw-r--r--library.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/library.json b/library.json
index 534c3bf5..30a56c94 100644
--- a/library.json
+++ b/library.json
@@ -11,11 +11,12 @@
"email": "jpa@nanopb.mail.kapsi.fi",
"url": "http://koti.kapsi.fi/jpa/nanopb/"
}],
- "frameworks": [
- "arduino"
+ "include": [
+ "*.c",
+ "*.cpp",
+ "*.h"
],
- "platforms": [
- "atmelavr",
- "teensy"
- ]
+ "examples": "examples/*/*.c",
+ "frameworks": "*",
+ "platforms": "*"
}