You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation will synchronize with driver on twi.end(). An Event handler is possible but could be a callback to the driver instead which would be responsible for events in asynchronous mode.
The TWI::Driver class would be extended with a new virtual member function on_completion() which is called by the TWI state machine. The default implementation would do an event push if a handler is defined.
The text was updated successfully, but these errors were encountered:
mikaelpatel
changed the title
Improve TWI synchronous mode
Improve TWI asynchronous mode
Aug 14, 2015
Current implementation will synchronize with driver on twi.end(). An Event handler is possible but could be a callback to the driver instead which would be responsible for events in asynchronous mode.
The TWI::Driver class would be extended with a new virtual member function on_completion() which is called by the TWI state machine. The default implementation would do an event push if a handler is defined.
The text was updated successfully, but these errors were encountered: