Hello.
I need to communicate to an I2C device.
My dilemma is whether to write an I2C client driver or just use
the /dev interface from a User Space program.
What do you say ?
what about lm_sensors ? does it communicate directly with the bus using /dev ?
if yes, so why ever write a driver for this ? isn't doing it from user space is easier ?
Thank You
naziir
PS I already have a bus driver working.