|
1 | 1 | { |
2 | 2 | "name": "HamlibRotctlEasycommParser", |
3 | | - "keywords": "hamlib, rotctl, easycomm, parser, antenna, rotor", |
| 3 | + "keywords": "hamlib, rotctl, easycomm, parser, antenna, rotor, rotator", |
4 | 4 | "description": "easycomm parser for hamlib rotator control", |
5 | 5 | "homepage": "https://github.com/yapiolibs/hamlib-rotctl-easycomm-parser", |
6 | 6 | "repository": { |
|
16 | 16 | "version": "0.1", |
17 | 17 | "frameworks": ["native", "arduino"], |
18 | 18 | "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 | + ], |
19 | 32 | "examples": [{ |
20 | 33 | "name": "Parse a single command", |
21 | 34 | "base": "test/src/", |
|
0 commit comments