This commit is contained in:
dekunukem
2018-03-06 18:50:20 +00:00
parent 486458bf91
commit 4f2bc96c42
4 changed files with 4 additions and 4 deletions

View File

@@ -72,6 +72,6 @@ A number of examples are [provided here](../arduino_examples). Take a look at th
* Call this at **least every 33ms** for a smooth animation.
* This function is **non-blocking** and will return immediately, this allows you to do some other tasks while animation is underway. Just make sure to call it frequently enough as above.
* This function is **non-blocking** and will return immediately, this allows you to do some other tasks while animation is underway. Just make sure to call it frequently enough as mentioned above.
* Check its return value to see if animation is finished. Once done it should return `EXIXE_ANIMATION_FINISHED`, otherwise `EXIXE_ANIMATION_IN_PROGRESS` is returned.