From e69f72feaa41c59117baa8b1363bd4bf3a1d2bbb Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Tue, 28 May 2024 16:08:54 +1000 Subject: [PATCH] Add info comments for Lotus 36-1-1-1-1. Fixes #28 --- ardustim/ardustim/wheel_defs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ardustim/ardustim/wheel_defs.h b/ardustim/ardustim/wheel_defs.h index 277fda4..0f44490 100644 --- a/ardustim/ardustim/wheel_defs.h +++ b/ardustim/ardustim/wheel_defs.h @@ -661,17 +661,17 @@ }; /* Lotus 36-1-1-1-1 wheel, missing teeth at - * 36,32,17 and 14 + * 14, 17, 32 and 36 */ const unsigned char lotus_thirty_six_minus_one_one_one_one[] PROGMEM = - { /* 36-1 */ + { /* 36-1-1-1-1 */ 1,0,1,0,1,0,1,0,1,0, /* teeth 1-5 */ 1,0,1,0,1,0,1,0,1,0, /* teeth 6-10 */ - 1,0,1,0,1,0,0,0,1,0, /* teeth 11-15 */ - 1,0,0,0,1,0,1,0,1,0, /* teeth 16-20 */ + 1,0,1,0,1,0,0,0,1,0, /* teeth 11-13, MISSING 14, 15 */ + 1,0,0,0,1,0,1,0,1,0, /* teeth 16, MISSING 17, 18-20 */ 1,0,1,0,1,0,1,0,1,0, /* teeth 21-25 */ 1,0,1,0,1,0,1,0,1,0, /* teeth 26-30 */ - 1,0,0,0,1,0,1,0,1,0, /* teeth 31-35 */ + 1,0,0,0,1,0,1,0,1,0, /* teeth 31, MISSING 32, 33-35 */ 0,0 /* MISSING 36th tooth */ }; const unsigned char honda_rc51_with_cam[] PROGMEM =