View Single Post
Posts: 59 | Thanked: 66 times | Joined on May 2007
#48
Originally Posted by dirkvl View Post
I imagine a simple i2c i/o explander will have to use polling, can a microcontroller send out a signal when connected to power that it is in use?
If there's only I2C, then no.

In I2C only master (i.e. the phone in this case) can initiate communication. Hence if there is not separate interrupt line that the other half can use to notify the main cpu that it has something to tell, the main cpu needs to constantly poll the other half for status.
 

The Following User Says Thank You to kulve For This Useful Post: