Skip to content

Commit

Permalink
docs: add readme to fusion-imu-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
avsaase committed Jul 8, 2024
1 parent 168fee7 commit b6d227d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions fusion-imu-sys/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# fusion-imu-sys

This library provides generated Rust bindings to the Fusion AHRS C library.

You probably want to use the idiomatic wrappers in [`fusion-imu`](https://crates.io/crates/fusion-imu) instead.
7 changes: 1 addition & 6 deletions fusion-imu-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
//! # fusion-imu-sys
//!
//! This library provides generated Rust bindings to the Fusion AHRS C library. You
//! probably want to use the high-level wrappers in
//! [`fusion-imu`](https://crates.io/crates/fusion-imu) instead.
#![doc = include_str!("../README.md")]
#![no_std]
#![allow(non_upper_case_globals)]
#![allow(non_camel_case_types)]
Expand Down

0 comments on commit b6d227d

Please sign in to comment.