Difference between Linux and windows when programming i2c and SPI
Reply 1:
If you ask me, the actual protocol will remain the same.. where it varies is the way you build, giving definitions in a separate file, ... you will have a driver file for I2C/SPI from which you will use the functions directly.. ofcourse as a linux engineer you write the driver
Reply 2:
I did a basic search after your query.. i was able to find the below article:
http://opensourceforu.com/2015/01/writing-i2c-clients-in-linux/
0 Comments