Driver for amg AS115 LED Driver IC. Many thanks for @blemasle's existing AS1115 Arduino library, which I used as a reference implementation.
- Single dependency on embedded-hal v1.0
- Examples for Arduino Uno using avr-hal
- TBD
To install this driver in your project add the following line to your Cargo.toml
's dependencies
table:
as1115 = "0.1.0"