Mixly Block Category - Factory
From Microduino Wiki
Contents
Include a Library
This block includes a library. A library is a file that contains code for functionality.
- Library Name - the name of the Library file. Usually the class name.
Read more here: https://www.arduino.cc/en/reference/libraries
Call a Function with Parameter(s)
This calls a Function / Procedure with parameter(s) or without. The number of parameters is configurable using the gear icon.
- Function Name - the name of the Function / Procedure to be called.
- Parameters / Input Variables - variables, statements or constants that will be passed to the Function / Procedure.