Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![PlatformIO Registry](https://badges.registry.platformio.org/packages/slvctrlplus/library/slvctrl-protocol.svg)](https://registry.platformio.org/libraries/slvctrlplus/slvctrl-protocol)

This is a Platform.IO library that implements the [SlvCtrl protocol](https://github.com/SlvCtrlPlus/slvctrlplus-doc/tree/main/protocol).
This is a PlatformIO library that implements the [SlvCtrl protocol](https://github.com/SlvCtrlPlus/slvctrlplus-doc/tree/main/protocol).

## Commands

Expand All @@ -14,11 +14,11 @@ This is a Platform.IO library that implements the [SlvCtrl protocol](https://git

## Install (PlatformIO)

In your project `platformio.ini`:
In your project's `platformio.ini`:

```ini
lib_deps =
https://github.com/SlvCtrlPlus/slvctrl-protocol.git#v0.1.0
slvctrlplus/slvctrl-protocol@^0.1.3
```

## Usage
Expand All @@ -29,7 +29,8 @@ Currently the following attribute types are supported:

* IntAttribute
* FloatAttribute
* RangeAttribute<int|float>
* RangeAttribute<int32_t|float>
* ListAttribute<int32_t|const char*>
* StrAttribute
* BoolAttribute

Expand Down