hayasen 0.0.1

A multi sensor library for Embedded Rust supporting multiple sensors
Documentation

[!WARNING] This library has not been tested yet. Use at your own Risk

Hayasen

Hayasen is an Embedded Rust library that hopes to make using sensors in Embedded Rust easier than ever.

Currently it supports the following sensors

  1. MPU9250 (WIP)

How to use

Add hayasen library to your Cargo.toml as follows

[dependencies]
hayasen = { version = "*", features = ["mpu9250"]}   # If you are going to use Mpu9250 sensor