This commit is contained in:
parent
9180154848
commit
965c06c079
|
@ -11,7 +11,7 @@
|
|||
* set engine_type 30
|
||||
*
|
||||
*
|
||||
* See https://github.com/rusefi/rusefi_documentation/wiki/Hardware_microRusEfi_wiring
|
||||
* See https://github.com/rusefi/rusefi/wiki/Hardware_microRusEfi_wiring
|
||||
*
|
||||
* @author Matthew Kennedy, (c) 2019
|
||||
*/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# microRusEfi board
|
||||
# https://github.com/rusefi/rusefi_documentation/wiki/Hardware_microRusEfi_wiring
|
||||
# https://github.com/rusefi/rusefi/wiki/Hardware_microRusEfi_wiring
|
||||
#
|
||||
|
||||
outputs:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/*
|
||||
* @file bmw_m73.cpp
|
||||
*
|
||||
* https://github.com/rusefi/rusefi_documentation/wiki/BMW_e38_750
|
||||
* https://github.com/rusefi/rusefi/wiki/BMW_e38_750
|
||||
*
|
||||
* https://rusefi.com/wiki/index.php?title=Hardware:OEM_connectors#134_pin
|
||||
* https://github.com/rusefi/rusefi_documentation/wiki/HOWTO_electronic_throttle_body
|
||||
* https://github.com/rusefi/rusefi/wiki/HOWTO_electronic_throttle_body
|
||||
* Ignition module https://rusefi.com/forum/viewtopic.php?f=4&t=286
|
||||
*
|
||||
*
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
/*
|
||||
* @file bmw_m73_mre.cpp
|
||||
*
|
||||
* https://github.com/rusefi/rusefi_documentation/wiki/BMW_e38_750
|
||||
* https://github.com/rusefi/rusefi/wiki/BMW_e38_750
|
||||
*
|
||||
* https://rusefi.com/wiki/index.php?title=Hardware:OEM_connectors#134_pin
|
||||
* https://github.com/rusefi/rusefi_documentation/wiki/HOWTO_electronic_throttle_body
|
||||
* https://github.com/rusefi/rusefi/wiki/HOWTO_electronic_throttle_body
|
||||
* Ignition module https://rusefi.com/forum/viewtopic.php?f=4&t=286
|
||||
* https://github.com/rusefi/rusefi_documentation/wiki/Hardware_microRusEfi_wiring
|
||||
* https://github.com/rusefi/rusefi/wiki/Hardware_microRusEfi_wiring
|
||||
*
|
||||
* 1/2 plugs black
|
||||
* 2/2 plugs grey
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* @file mazda_miata_1_6.cpp
|
||||
*
|
||||
*
|
||||
* https://github.com/rusefi/rusefi_documentation/wiki/Frankenso_MazdaMiataNA6_pnp
|
||||
* https://github.com/rusefi/rusefi/wiki/Frankenso_MazdaMiataNA6_pnp
|
||||
*
|
||||
*
|
||||
* Frankenso board
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @see test test_etb.cpp
|
||||
*
|
||||
*
|
||||
* Limited user documentation at https://github.com/rusefi/rusefi_documentation/wiki/HOWTO_electronic_throttle_body
|
||||
* Limited user documentation at https://github.com/rusefi/rusefi/wiki/HOWTO_electronic_throttle_body
|
||||
*
|
||||
* todo: make this more universal if/when we get other hardware options
|
||||
*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
* @file dc_motor.h
|
||||
*
|
||||
* ETB user documentation at https://github.com/rusefi/rusefi_documentation/wiki/HOWTO_electronic_throttle_body
|
||||
* ETB user documentation at https://github.com/rusefi/rusefi/wiki/HOWTO_electronic_throttle_body
|
||||
*
|
||||
*
|
||||
* @date Dec 22, 2018
|
||||
|
|
|
@ -27,9 +27,9 @@
|
|||
<br/>
|
||||
|
||||
|
||||
<a href="https://github.com/rusefi/rusefi_documentation/wiki/Hardware_microRusEfi_wiring">Pinout</a><br/>
|
||||
<a href="https://github.com/rusefi/rusefi/wiki/Hardware_microRusEfi_wiring">Pinout</a><br/>
|
||||
|
||||
<a href="https://github.com/rusefi/rusefi_documentation/wiki/Hardware_microRusEfi">Documentation</a><br/>
|
||||
<a href="https://github.com/rusefi/rusefi/wiki/Hardware_microRusEfi">Documentation</a><br/>
|
||||
|
||||
<a href="https://rusefi.com/docs/ibom/microRusEfi_latest.html">Interactive BOM</a><br/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue