all triggers should be documented way nicer #2001

This commit is contained in:
rusefillc 2020-12-02 20:51:33 -05:00
parent 85637f01c7
commit b662b977fa
2 changed files with 7 additions and 7 deletions

View File

@ -315,10 +315,10 @@ typedef enum {
*/ */
TT_MAZDA_MIATA_VVT_TEST = 35, TT_MAZDA_MIATA_VVT_TEST = 35,
TT_SUBARU_7_6 = 36, TT_SUBARU_7_6 = TT_TT_SUBARU_7_6,
// this one is 6 cylinder, see TT_JEEP_4_cyl for 4 cylinders // this one is 6 cylinder, see TT_JEEP_4_cyl for 4 cylinders
TT_JEEP_18_2_2_2 = 37, TT_JEEP_18_2_2_2 = TT_TT_JEEP_18_2_2_2,
/* /*
* See also TT_NISSAN_SR20VE * See also TT_NISSAN_SR20VE
@ -341,12 +341,12 @@ typedef enum {
*/ */
TT_VVT_MIATA_NB2 = 43, TT_VVT_MIATA_NB2 = 43,
TT_RENIX_44_2_2 = 44, TT_RENIX_44_2_2 = TT_TT_RENIX_44_2_2,
/** /**
* Same as TT_RENIX_44_2_2 but repeated three times, not two. * Same as TT_RENIX_44_2_2 but repeated three times, not two.
*/ */
TT_RENIX_66_2_2_2 = 45, TT_RENIX_66_2_2_2 = TT_TT_RENIX_66_2_2_2,
TT_HONDA_K_12_1 = 46, TT_HONDA_K_12_1 = 46,
@ -354,7 +354,7 @@ typedef enum {
TT_TOOTHED_WHEEL_36_2 = TT_TT_TOOTHED_WHEEL_36_2, TT_TOOTHED_WHEEL_36_2 = TT_TT_TOOTHED_WHEEL_36_2,
TT_SUBARU_SVX = 49, TT_SUBARU_SVX = TT_TT_SUBARU_SVX,
TT_1_16 = 50, TT_1_16 = 50,

View File

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<meta http-equiv="refresh" content="0; url=https://rusefi.com/wiki/index.php?title=Manual:Software:Trigger" /> <meta http-equiv="refresh" content="0; url=https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers" />
</head> </head>
<body> <body>
@ -9,7 +9,7 @@
<br><br><br><br><br> <br><br><br><br><br>
<a href="https://rusefi.com/wiki/index.php?title=Manual:Software:Trigger">https://rusefi.com/wiki/index.php?title=Manual:Software:Trigger</a> <a href="https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers">https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers</a>
</center> </center>