comment fix
This commit is contained in:
parent
dcb0f59003
commit
4a92aa1638
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue