Jump to content

Exercise - Using Simulation Macros: Difference between revisions

From Flowcode Help
No edit summary
Replaced content with "For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]"
Tag: Replaced
 
(85 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Simulation macros are simulation-only Component macros. Their purpose is to make simulation more relaistic by adding physical components to the electronic devices.Flowcode programs are first compiled into C before being crunched down eventually into hex code.  
For an excellent introduction guide, we recommend [https://www.flowcode.co.uk/education/ Introduction to microcontroller programming]
 
 
__TOC__
 
 
==Why would you want to?==
 
* Flowcode
 
* Experienced
 
* Students
 
==Adding supplementary code==
 
This feature
 
'''Definitions and function declarations:'''
 
This is
'''Function implementations:'''

Latest revision as of 13:23, 25 April 2023

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