GMU:Functions and Classes (Arduino): Difference between revisions

From Medien Wiki
Line 79: Line 79:
Motor rightMotor; //  declare another object of the type „Motor“ called „rightMotor“  
Motor rightMotor; //  declare another object of the type „Motor“ called „rightMotor“  
''
''
<br>


===Calling inner functions of a class (Methods)===
===Calling inner functions of a class (Methods)===