We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fde2ec commit 994b556Copy full SHA for 994b556
content/hardware/07.opta/opta-family/opta/tutorials/01.user-manual/content.md
@@ -3339,7 +3339,7 @@ void optaAnalogTask() {
3339
static long int start = millis();
3340
3341
/* using this the code inside the if will run every PERIODIC_UPDATE_TIME ms
3342
- assuming the function is called repeatedly in the loop() function */
+ assuming the function is called repetedly in the loop() function */
3343
3344
if (millis() - start > PERIODIC_UPDATE_TIME) {
3345
start = millis();
0 commit comments