fix invalid file names containing "#"
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
@ -1,5 +1,7 @@
|
|||
# [rusEFI project](rusEFI-project)
|
||||
|
||||
## Advanced
|
||||
|
||||
[Boost Control](#boost-control)
|
||||
|
||||
[General Purpose PWM 1](#general-purpose-pwm-1)
|
||||
|
@ -16,29 +18,31 @@
|
|||
|
||||
[FSIO outputs](#fsio-outputs)
|
||||
|
||||
[FSIO Table #1](#fsio-table-#1)
|
||||
[FSIO Table #1](#fsio-table-1)
|
||||
|
||||
[FSIO Table #2](#fsio-table-#2)
|
||||
[FSIO Table #2](#fsio-table-2)
|
||||
|
||||
[FSIO Table #3](#fsio-table-#3)
|
||||
[FSIO Table #3](#fsio-table-3)
|
||||
|
||||
[FSIO Table #4](#fsio-table-#4)
|
||||
[FSIO Table #4](#fsio-table-4)
|
||||
|
||||
[FSIO Formulas](#fsio-formulas)
|
||||
|
||||
[FSIO Curve #1](#fsio-curve-#1)
|
||||
[FSIO Curve #1](#fsio-curve-1)
|
||||
|
||||
[FSIO Curve #2](#fsio-curve-#2)
|
||||
[FSIO Curve #2](#fsio-curve-2)
|
||||
|
||||
[FSIO Curve #3](#fsio-curve-#3)
|
||||
[FSIO Curve #3](#fsio-curve-3)
|
||||
|
||||
[FSIO Curve #4](#fsio-curve-#4)
|
||||
[FSIO Curve #4](#fsio-curve-4)
|
||||
|
||||
### Boost Control
|
||||

|
||||
|
||||

|
||||
|
||||
### General Purpose PWM 1
|
||||

|
||||
|
||||

|
||||
|
||||
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
|
||||
|
||||
|
@ -52,7 +56,8 @@ This should be a safe value for whatever hardware is connected to prevent damage
|
|||
Load Axis: Selects the load axis to use for the table.
|
||||
|
||||
### General Purpose PWM 2
|
||||

|
||||
|
||||

|
||||
|
||||
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
|
||||
|
||||
|
@ -66,7 +71,8 @@ This should be a safe value for whatever hardware is connected to prevent damage
|
|||
Load Axis: Selects the load axis to use for the table.
|
||||
|
||||
### General Purpose PWM 3
|
||||

|
||||
|
||||

|
||||
|
||||
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
|
||||
|
||||
|
@ -80,7 +86,8 @@ This should be a safe value for whatever hardware is connected to prevent damage
|
|||
Load Axis: Selects the load axis to use for the table.
|
||||
|
||||
### General Purpose PWM 4
|
||||

|
||||
|
||||

|
||||
|
||||
Pin: This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin.
|
||||
|
||||
|
@ -94,44 +101,55 @@ This should be a safe value for whatever hardware is connected to prevent damage
|
|||
Load Axis: Selects the load axis to use for the table.
|
||||
|
||||
### FSIO inputs
|
||||

|
||||
|
||||

|
||||
|
||||
### Aux PID
|
||||

|
||||
|
||||

|
||||
|
||||
Detailed status in console: Print details into rusEfi console
|
||||
|
||||
### FSIO outputs
|
||||

|
||||
|
||||

|
||||
|
||||
### FSIO Table #1
|
||||

|
||||
|
||||

|
||||
|
||||
### FSIO Table #2
|
||||

|
||||
|
||||

|
||||
|
||||
### FSIO Table #3
|
||||

|
||||
|
||||

|
||||
|
||||
### FSIO Table #4
|
||||

|
||||
|
||||

|
||||
|
||||
### FSIO Formulas
|
||||

|
||||
|
||||

|
||||
|
||||
use FSIO #16 for timing adjustment: See fsioTimingAdjustment
|
||||
|
||||
### FSIO Curve #1
|
||||

|
||||
|
||||

|
||||
|
||||
### FSIO Curve #2
|
||||

|
||||
|
||||

|
||||
|
||||
### FSIO Curve #3
|
||||

|
||||
|
||||

|
||||
|
||||
### FSIO Curve #4
|
||||

|
||||
|
||||

|
||||
|
||||
generated by class com.rusefi.MdGenerator on Fri May 01 15:24:28 EDT 2020
|
||||
|
|