floitsch 02/26/2025 03:05 PMIn theory, you could create an i2c service in C that implements the I2C.
Typically i2c operations are not time-critical, so it wouldn't be a big issue that they go through the service-boundary.
However, while cool, it might not be trivial and debugging (like every C code) isn't always easy.