Skip to content

Commit 57eca1a

Browse files
committed
repaired broken link for pio.org; reordered header fies
1 parent 32c9588 commit 57eca1a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void loop()
7373
7474
**References:**
7575
76-
* [library documentation](./src/)
76+
* [library documentation](https://github.com/yapiolibs/hamlib-rotctl-easycomm-parser/tree/main/src/)
7777
* Easycomm protocol
7878
* rotctl --list
7979
* rotctl --model=204 --dump-caps

library.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@
1313
"maintainer": "true"
1414
}],
1515
"license": "Apache-2.0",
16-
"version": "0.1.0",
16+
"version": "0.1.1",
1717
"frameworks": ["native", "arduino"],
1818
"platforms": ["native", "atmelavr", "ststm32", "espressiv8266", "espressif32"],
1919
"headers": [
20-
"easycomm-types.h",
2120
"easycomm-parser.h",
21+
"easycomm-command-callback-handler.h",
22+
"easycomm-buffered-tokenizer.h",
23+
"easycomm-types.h",
2224
"easycomm-parser-types.h",
2325
"easycomm-parser-types-ctors.h",
2426
"easycomm-parser-types-sprintf.h",
2527
"easycomm-parser-types-operators.h",
2628
"easycomm-response-types.h",
2729
"easycomm-response-types-ctors.h",
28-
"easycomm-response-types-sprintf.h",
29-
"easycomm-command-callback-handler.h",
30-
"easycomm-buffered-tokenizer.h"
30+
"easycomm-response-types-sprintf.h"
3131
],
3232
"examples": [{
3333
"name": "Parse a single command",

0 commit comments

Comments
 (0)