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
Builtin LED is not set as output in Reader (I2C slave) program. Thus the LED is not turning on.
So following line needs to be added.
pinMode(LED_BUILTIN,OUTPUT); // sets onBoard LED as output
0 commit comments