all triggers should be documented way nicer #2001

This commit is contained in:
rusefillc 2020-12-03 00:19:18 -05:00
parent a92707266e
commit 479fcf0174
2 changed files with 5 additions and 2 deletions

View File

@ -270,7 +270,7 @@ typedef enum {
TT_DODGE_STRATUS = 22,
TT_36_2_2_2 = 23,
TT_36_2_2_2 = TT_TT_36_2_2_2,
/**
* only the 4 tooth signal, without the 360 signal
@ -287,7 +287,7 @@ typedef enum {
TT_HONDA_CBR_600 = 28,
TT_2JZ_1_12 = 29,
TT_2JZ_1_12 = TT_TT_2JZ_1_12,
TT_HONDA_CBR_600_CUSTOM = 30,

View File

@ -386,11 +386,14 @@ struct ThermistorConf @brief Thermistor curve parameters
end_struct
#define TT_TT_TOOTHED_WHEEL 0
#define TT_TT_MAZDA_MIATA_NA 3
#define TT_TT_MAZDA_MIATA_NB1 4
#define TT_TT_TOOTHED_WHEEL_60_2 8
#define TT_TT_TOOTHED_WHEEL_36_1 9
#define TT_TT_ONE 18
#define TT_TT_60_2_VW 20
#define TT_TT_36_2_2_2 23
#define TT_TT_GM_LS_24 27
#define TT_TT_2JZ_1_12 29
#define TT_TT_SUBARU_7_6 36
#define TT_TT_JEEP_18_2_2_2 37