tamba91
Results
2
issues of
tamba91
Hi, I'm writing a driver using embedded-hal 1.0.0 for I2C communication. I can successfully communicate with the sensor, and the code compiles and works correctly. However, when I detach the...
Hi, Lot of sensors can be used with both I2C and SPI, so why not defining a generic I/O trait that is bus independent like the std::io trait that is...