Difference between revisions of "Mixly Block Category - Factory"

From Microduino Wiki
Jump to: navigation, search
(Created page with "=Include a Library= =Call a Function with Parameter(s)= =Declare a Variable with a Type= =Call Member Function of a Variable= ==With Parameter(s)== =Call Static Function of a...")
 
(Include a Library)
Line 1: Line 1:
 
=Include a Library=
 
=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)=
 
=Call a Function with Parameter(s)=
 
=Declare a Variable with a Type=
 
=Declare a Variable with a Type=

Revision as of 00:35, 28 February 2017

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)

Declare a Variable with a Type

Call Member Function of a Variable

With Parameter(s)

Call Static Function of a Class

With Parameter(s)

Custom Code Line

Custom Attachment

Assigning to Variable