#embedded-hal-driver #team #embedded-driver #rate #no-std #maintained #l3g4200d

no-std edrv-l3g4200d

Driver for L3G4200D, maintained by the embedded-drivers team

1 unstable release

0.0.1 Sep 24, 2024

#57 in #rate

Download history 123/week @ 2024-09-19 38/week @ 2024-09-26 7/week @ 2024-10-03 3/week @ 2024-10-10

79 downloads per month

MIT/Apache

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

Docs.rs link

Contributing & License

Please refer to embedded-drivers


lib.rs:

Driver for L3G4200D.

Dependencies

~56KB