Workflow
1.
Infinite while loop, while waiting for interaction from master.
while
(
true
) {
/* Infinite loop while waiting for I2C master interaction */
}
Parent topic:
Implementation