minor documentation fixes

This commit is contained in:
2026-01-26 15:02:00 +01:00
parent 63171eb290
commit cad7609e2c
2 changed files with 3 additions and 4 deletions

View File

@@ -7,4 +7,4 @@ Mostly based on the [aurduino driver](https://github.com/sparkfun/SparkFun_AS726
See [examples](./examples/).
Also the [datasheet](https://cdn.sparkfun.com/assets/c/2/9/0/a/AS7265x_Datasheet.pdf) can give some info.
The driver requires a i2c device from `embedded_hal`. If you want to use the asynchronous version then enable the `async` feature flag.
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.