Calibrate expression pedal: cal_min=36, cal_max=1239
Raw ADC observed range: heel=36, toe=1239. Maps full pedal travel to MIDI 0-127.
This commit is contained in:
@@ -10,8 +10,8 @@ ExpressionPedal::ExpressionPedal(uint8_t adc_pin)
|
||||
, midi_cc(4)
|
||||
, last_read_time(0)
|
||||
, current_raw(0)
|
||||
, cal_min(0)
|
||||
, cal_max(4095)
|
||||
, cal_min(36)
|
||||
, cal_max(1239)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user