Files
as7265x-rust/README.md

550 B

A rust driver for the AS7265x spectral sensor.

Mostly based on the aurduino driver from SparkFun.

Usage

See examples. Also the datasheet can give some info.

The driver requires a I2c device and a DelayNs from embedded-hal-async. If you want to use the synchronous version then enable the sync feature flag.