Speeduino
|
#include "globals.h"
Go to the source code of this file.
#define BIT_DECODER_2ND_DERIV 0 |
#define BIT_DECODER_HAS_FIXED_CRANKING 4 |
#define BIT_DECODER_HAS_SECONDARY 3 |
#define BIT_DECODER_IS_SEQUENTIAL 1 |
#define BIT_DECODER_TOOTH_ANG_CORRECT 6 |
#define BIT_DECODER_UNUSED1 2 |
#define BIT_DECODER_VALID_TRIGGER 5 |
#define CRANK_SPEED 0U |
#define DECODER_24X 5 |
#define DECODER_36_2_1 17 |
#define DECODER_36_2_2_2 16 |
#define DECODER_420A 18 |
#define DECODER_4G63 4 |
#define DECODER_AUDI135 7 |
#define DECODER_BASIC_DISTRIBUTOR 1 |
#define DECODER_DAIHATSU_PLUS1 14 |
#define DECODER_DRZ400 21 |
#define DECODER_DUAL_WHEEL 2 |
#define DECODER_GM7X 3 |
#define DECODER_HARLEY 15 |
#define DECODER_HONDA_D17 8 |
#define DECODER_HONDA_J32 27 |
#define DECODER_JEEP2000 6 |
#define DECODER_MAZDA_AU 10 |
#define DECODER_MIATA_9905 9 |
#define DECODER_MISSING_TOOTH 0 |
#define DECODER_NGC 22 |
#define DECODER_NISSAN_360 12 |
#define DECODER_NON360 11 |
#define DECODER_RENIX 24 |
#define DECODER_ROVERMEMS 25 |
#define DECODER_ST170 20 |
#define DECODER_SUBARU_67 13 |
#define DECODER_SUZUKI_K6A 26 |
#define DECODER_VMAX 23 |
#define DECODER_WEBER 19 |
#define ID_TOOTH_PATTERN 0 |
#define READ_PRI_TRIGGER | ( | ) | digitalRead(pinTrigger) |
#define READ_SEC_TRIGGER | ( | ) | digitalRead(pinTrigger2) |
#define READ_THIRD_TRIGGER | ( | ) | digitalRead(pinTrigger3) |
#define SKIP_TOOTH1 1 |
#define SKIP_TOOTH2 2 |
#define SKIP_TOOTH3 3 |
#define SKIP_TOOTH4 4 |
#define TOOTH_CAM_SECONDARY 1 |
#define TOOTH_CAM_TERTIARY 2 |
#define TOOTH_CRANK 0 |
#define TRIGGER_FILTER_AGGRESSIVE 3 |
#define TRIGGER_FILTER_LITE 1 |
#define TRIGGER_FILTER_MEDIUM 2 |
#define TRIGGER_FILTER_OFF 0 |
|
extern |
Pointer to the getRPM function (Gets pointed to the relevant decoder)
Pointer for the tertiary trigger function (Gets pointed to the relevant decoder)
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
Pointer for the trigger function (Gets pointed to the relevant decoder)
Pointer to the getCrank Angle function (Gets pointed to the relevant decoder)
Pointer for the secondary trigger function (Gets pointed to the relevant decoder)