#lightning #raspberry #i2c #spi #as3935

as3935-bbn

Fork of Michael Moravec Rust I²C/SPI driver for AS3935 Franklin Lightning Sensor IC

1 unstable release

0.1.0-pre.2 Mar 12, 2023

#47 in #raspberry

MIT license

32KB
938 lines

Rust I²C/SPI driver for AS3935 Franklin Lightning Sensor IC

Build Status

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 of events.

It's currently built on top of rppal library and as such is limited to Raspberry Pi.


The datasheet for AS3935 can be found here or here.

Dependencies

~460KB