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

From Medien Wiki
Line 146: Line 146:
<br>
<br>


==More details on the concept==
==More Information==


Classes can build up on each other (inheritance)
Classes can build up on each other (inheritance)
Line 155: Line 155:
C++ allows class declarations and the code for included Functions to be be placed in different files.  
C++ allows class declarations and the code for included Functions to be be placed in different files.  
If you want to know more about that you can read this article about creating libraries in Arduino: [http://arduino.cc/en/Hacking/LibraryTutorial http://arduino.cc/en/Hacking/LibraryTutorial ]
If you want to know more about that you can read this article about creating libraries in Arduino: [http://arduino.cc/en/Hacking/LibraryTutorial http://arduino.cc/en/Hacking/LibraryTutorial ]
<br>
<br>
<br>