raspberry-sharp/raspberry-sharp-io

/dev/mem vs /dev/i2c-1

dsdante opened this issue · 0 comments

Is there any specific reason why I2C communication is implemented through /dev/mem instead of /dev/i2c-1?

I'm wondering since I'm looking for a better way to implement it in C. I asked about it in Stack Exchange, and people say there are no advantages of using /dev/mem at all.