Minim index |
|
Name | stop ( ) |
Examples | None available |
Description | Stops Minim. A call to this method should be placed inside of the stop() function of your sketch. We expect that implemenations of the Minim interface made need to do some cleanup, so this is how we tell them it's time. |
Syntax | stop(); |
Returns | None |
Usage | Web & Application |
Related | |