Difference between revisions of "Exercise - Using Macros"

From Flowcode Help
Jump to navigationJump to search
(Replaced content with "For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]")
Tag: Replaced
 
(58 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Macros are sections of code that are repeated a number of times within a program.<br />
+
For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]
It is more efficient to use a macro than to create the code repeatedly every time it is needed.<br />
 
For more information about macros, see [[What Is a Macro?]].
 

Latest revision as of 13:24, 25 April 2023

For an excellent introduction guide, we recommend Introduction to microcontroller programming