Fixed a typo
This commit is contained in:
@@ -23,7 +23,7 @@ void setup()
|
|||||||
// Loop through the 100 positions of the ER1400
|
// Loop through the 100 positions of the ER1400
|
||||||
for (i = 0; i < 100; i++)
|
for (i = 0; i < 100; i++)
|
||||||
{
|
{
|
||||||
// Erease the information on position i
|
// Erase the information on position i
|
||||||
er1400.eraseData(i);
|
er1400.eraseData(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user