Updated Try It (markdown)

This commit is contained in:
rusefillc 2020-12-13 20:10:46 -05:00
parent 6e952daa19
commit 1f5e3e59fc
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ The stimulator board allows better simulation than what is noted above. It allow
### Virtual simulation
rusEFI has a virtual option. This runs same code with same RTOS in Windows, Linux or Darwin, and you can feed it mock values and such which will simulate the system which is done purely in PC software. This can be really handy for build validations. You can also develop a variety of situations that can't easily or safely be validated with real hardware. For example, it would be really costly to physically see what happens when you have extremely fast changes in RPM caused by back fires, or broken components. See [Virtual-simulator](Virtual simulator)
rusEFI has a virtual option. This runs same code with same RTOS in Windows, Linux or Darwin, and you can feed it mock values and such which will simulate the system which is done purely in PC software. This can be really handy for build validations. You can also develop a variety of situations that can't easily or safely be validated with real hardware. For example, it would be really costly to physically see what happens when you have extremely fast changes in RPM caused by back fires, or broken components. See [Virtual simulator](Virtual-simulator)
### Compile firmware