Exercise - Using Simulation Macros: Difference between revisions
Appearance
JohnVerrill (talk | contribs) No edit summary |
JohnVerrill (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
Simulation macros are simulation-only Component macros | 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. | ||
Flowcode programs are first compiled into C before being crunched down eventually into hex code. | |||
| Line 17: | Line 7: | ||
==Why would you want to?== | ==Why would you want to?== | ||
* Flowcode | * Flowcode | ||
* | * Experienced | ||
* Students | |||
==Adding supplementary code== | ==Adding supplementary code== | ||
This feature | This feature | ||
'''Definitions and function declarations:''' | '''Definitions and function declarations:''' | ||
This is | This is | ||
'''Function implementations:''' | '''Function implementations:''' | ||
Revision as of 17:25, 23 August 2013
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.
Why would you want to?
- Flowcode
- Experienced
- Students
Adding supplementary code
This feature
Definitions and function declarations:
This is
Function implementations: