Difference between revisions of "Exercise - Using Simulation Macros"
From Flowcode Help
Jump to navigationJump to searchJohnVerrill (talk | contribs) |
JohnVerrill (talk | contribs) |
||
| 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: