This commit is contained in:
Brian Hrebec 2024-04-01 16:48:04 -05:00
parent 9f4634735b
commit f4e95668ce
4 changed files with 19 additions and 19 deletions

View file

@ -50,14 +50,14 @@
#define BREATH_HI_LIMIT 12000
#define BITE_LO_LIMIT 500
#define BITE_HI_LIMIT 1000
#define PITCHB_LO_LIMIT 500
#define PITCHB_HI_LIMIT 1000
#define EXTRA_LO_LIMIT 500
#define EXTRA_HI_LIMIT 1000
#define PITCHB_LO_LIMIT -100
#define PITCHB_HI_LIMIT 100
#define EXTRA_LO_LIMIT -100
#define EXTRA_HI_LIMIT 100
#define CTOUCH_LO_LIMIT 500
#define CTOUCH_HI_LIMIT 1000
#define LEVER_LO_LIMIT 500
#define LEVER_HI_LIMIT 1000
#define LEVER_LO_LIMIT -100
#define LEVER_HI_LIMIT 100
#define SPIKE_LO_LIMIT 0
#define SPIKE_HI_LIMIT 200