Merge branch 'master' of https://github.com/LowPowerLab/SPIFlash
This commit is contained in:
commit
126592337b
|
|
@ -110,7 +110,7 @@ void loop(){
|
||||||
if ((int)(millis()/500) > lastPeriod)
|
if ((int)(millis()/500) > lastPeriod)
|
||||||
{
|
{
|
||||||
lastPeriod++;
|
lastPeriod++;
|
||||||
pinMode(9, OUTPUT);
|
pinMode(LED, OUTPUT);
|
||||||
digitalWrite(9, lastPeriod%2);
|
digitalWrite(LED, lastPeriod%2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue