arctic 1.0.0

A Rust libary for handling bluetooth Polar heart rate monitors
Documentation
[![docs-badge][]][docs] [![crates.io version]][crates.io link]
# Arctic


Rust library for handling Polar bluetooth heart rate monitors.

Currently only targetting support for H10 due to lack of other devices.

### Note for MacOS


Using Btleplug on MacOS will require you to give your terminal (or whatever app you're using) permissions to use Bluetooth. 
View [here](https://github.com/deviceplug/btleplug#macos-permissions-note) to see how to resolve this issue.

# Examples


There are several examples in the [examples folder](https://github.com/Roughsketch/arctic/tree/main/examples)

[crates.io link]: https://crates.io/crates/arctic
[crates.io version]: https://img.shields.io/crates/v/arctic.svg?style=flat-square
[docs]: https://docs.rs/arctic
[docs-badge]: https://img.shields.io/badge/docs-online-5023dd.svg?style=flat-square