1 unstable release
0.0.1 | Sep 24, 2024 |
---|
#57 in #rate
79 downloads per month
8KB
139 lines
edrv-l3g4200d
Rust driver for L3G4200D.
Overview
This project provides a Rust driver for the L3G4200D 3-axis gyroscope. It aims to offer a consistent and reliable interface for interacting with the L3G4200D sensor in embedded Rust applications.
Maintenance
This project is maintained by the embedded-drivers team. Our organization's goal is to provide consistent driver access interfaces for embedded Rust and to maintain these drivers collectively to avoid orphaned crates.
Features
- Reading angular rate data from the L3G4200D sensor
Usage
[Provide basic usage examples]
Documentation
Contributing & License
Please refer to embedded-drivers
lib.rs
:
Driver for L3G4200D.
Dependencies
~56KB