Skip to content

Commit 7052d1a

Browse files
committed
listed headers in library.json
1 parent 67f7990 commit 7052d1a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

library.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "HamlibRotctlEasycommParser",
3-
"keywords": "hamlib, rotctl, easycomm, parser, antenna, rotor",
3+
"keywords": "hamlib, rotctl, easycomm, parser, antenna, rotor, rotator",
44
"description": "easycomm parser for hamlib rotator control",
55
"homepage": "https://github.com/yapiolibs/hamlib-rotctl-easycomm-parser",
66
"repository": {
@@ -16,6 +16,19 @@
1616
"version": "0.1",
1717
"frameworks": ["native", "arduino"],
1818
"platforms": ["native", "atmelavr", "ststm32", "espressiv8266", "espressif32"],
19+
"headers": [
20+
"easycomm-types.h",
21+
"easycomm-parser.h",
22+
"easycomm-parser-types.h",
23+
"easycomm-parser-types-ctors.h",
24+
"easycomm-parser-types-sprintf.h",
25+
"easycomm-parser-types-operators.h",
26+
"easycomm-response-types.h",
27+
"easycomm-response-types-ctors.h",
28+
"easycomm-response-types-sprintf.h",
29+
"easycomm-command-callback-handler.h",
30+
"easycomm-buffered-tokenizer.h"
31+
],
1932
"examples": [{
2033
"name": "Parse a single command",
2134
"base": "test/src/",

0 commit comments

Comments
 (0)