I2C3 How to check ?

Hi All,

Currently I am working in Beagle Play Board I2C. For that we are using BeaglePlay Board.
How can I enable that. I know C but I am not familiar with Python so it is taking time to develop I2C. Can anyone guide me how can I easily develop code for I2C.
IF any direct library is there also then please suggest.

Regards
Manan

Have a look at SMBus2 for Python I2C. I think there are some simple examples in the documentation. It is pretty simple to use.

1 Like