-4

I want to write i2c device driver for i2c sensor, I'm totally confusing with what is:

  1. i2c client driver
  2. what is i2c host driver
  3. what is i2c adapter driver
  4. what is algorithm driver
  5. how char driver access i2c device information
halfer
  • 19,824
  • 17
  • 99
  • 186
  • Have you read documentation, namely http://lxr.free-electrons.com/source/Documentation/i2c/? – 0andriy Feb 17 '16 at 12:49
  • If you don't know theses things, you are not going to be able to do it, most people who have 4 year Computer engineering degrees can't do this, so you aren't going to be able to learn on Stack Overflow. – Sam Jun 12 '16 at 13:39

1 Answers1

0

Get some information regarding for I2C Here. And This Documentation may help you to program it.

Samrat Das
  • 1,781
  • 1
  • 21
  • 33