https://github.com/trashware/as3935-rs
Rust I²C/SPI driver for AS3935 Franklin Lightning Sensor IC
https://github.com/trashware/as3935-rs
as3935 embedded lightning-sensor rust
Last synced: 5 months ago
JSON representation
Rust I²C/SPI driver for AS3935 Franklin Lightning Sensor IC
- Host: GitHub
- URL: https://github.com/trashware/as3935-rs
- Owner: trashware
- Created: 2019-03-28T01:19:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T11:45:58.000Z (over 6 years ago)
- Last Synced: 2024-10-29T01:26:38.239Z (11 months ago)
- Topics: as3935, embedded, lightning-sensor, rust
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust I²C/SPI driver for AS3935 Franklin Lightning Sensor IC
[](https://travis-ci.org/trashware/as3935-rs)
[](https://crates.io/crates/as3935)This crate provides a Rust driver for the AS3935 Franklin Lightning Sensor IC.
It provides an easy to use high-level asynchronous API to interact with the sensor which provides
you with a non-blocking [channel](https://doc.rust-lang.org/std/sync/mpsc/fn.channel.html) of events.It's currently built on top of [rppal library](https://crates.io/crates/rppal) and as such is limited to
Raspberry Pi.--------------------------------------------------
The datasheet for AS3935 can be found [here](https://www.embeddedadventures.com/datasheets/AS3935_Datasheet_EN_v2.pdf)
or [here](https://cz.mouser.com/pdfdocs/AMS_AS3935_Datasheet_v4.pdf).