comment fix

This commit is contained in:
Johannes Findeisen 2015-08-26 02:47:18 +02:00
commit 4a92aa1638

View file

@ -20,7 +20,7 @@ void loop()
void requestEvent()
{
Wire.write(analogRead(lightPin)); // respond with message of 6 bytes
Wire.write(analogRead(lightPin));
digitalWrite(13, HIGH);
delay(50);
digitalWrite(13, LOW);