Skip to content

Commit ab71f6e

Browse files
authored
Update README.md
1 parent 2184938 commit ab71f6e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
# [Hamlib](https://github.com/Hamlib/Hamlib) rotctl [Easycomm](https://github.com/Hamlib/Hamlib/tree/master/rotators/easycomm) parser
1+
# [Hamlib](https://github.com/Hamlib/Hamlib) rotctl [Easycomm](https://github.com/Hamlib/Hamlib/tree/master/rotators/easycomm) parser [![PlatformIO Registry](https://badges.registry.platformio.org/packages/rubienr/library/HamlibRotctlEasycommParser.svg)](https://registry.platformio.org/libraries/rubienr/HamlibRotctlEasycommParser)
22

3-
A PlatformmIO parser library for Hamlib rotator control commands.
3+
A PlatformIO parser library for Hamlib rotator control commands.
44
- Parses the string-based protocol as described by Easycomm standards I, II or III.
55
- from string to C-struct (reception)
66
- from C-struct to string (response)
77
- Programmed with less dependencies in C for C and C++ projects.
88
- Requires float support for `scanf` and `printf`.
99
- [Commands reference](https://github.com/yapiolibs/hamlib-rotctl-easycomm-parser/tree/main/src/)
1010

11-
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/rubienr/library/HamlibRotctlEasycommParser.svg)](https://registry.platformio.org/libraries/rubienr/HamlibRotctlEasycommParser)
12-
1311
**Integrate in project [example](https://github.com/yapiolibs/hamlib-rotctl-easycomm-parser/blob/main/test/platformio.ini)**
1412
```ini
1513
# platformio.ini

0 commit comments

Comments
 (0)