|
|
|
|
|
by snalty
2164 days ago
|
|
I'm building an embedded project that currently runs a python script for automatic brightness. It takes a brightness value from a sensor over I2C, applies a function to get an appropriate LCD brightness value and then sends that to the display driver over a serial port. Would this be an appropriate project to write in Rust to learn the basics of this language? |
|
Maybe take a look at this I2C lib: https://github.com/rust-embedded/rust-i2cdev