# @widergy/sfp-mobile-toolbox

A toolbox for handling bluetooth communication and meter's protocols parsing

![logo](https://media.licdn.com/dms/image/C510BAQFT138neH0OAw/company-logo_200_200/0?e=2159024400&v=beta&t=Sf_WooSuR6h4kqfGyxvvbaSX-10qSxWD509Osqk-x80)
## Installation

```sh
npm install @widergy/sfp-mobile-toolbox
```

## Usage

```js
import { multiply } from "@widergy/sfp-mobile-toolbox";

// ...

const result = await multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.


--- 

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
