Hi All,
I am going to control a module that provides I2C and GPIO interface.
About 10 registers ( 8 bit per register ).
The most complex algorithm in this control code is
A / 1024 , or B / 8192 ...etc ( need fraction to 0.xxx ( 3 ) )
Question: I know how to implement it with I2C ( just feds register data)
but
for 3 GPIO control...does it mean I have to provide Clock by myself? and others?
Thank you very much for your advice!
Best regards, Boki.