{% include 'pages/input_options/TEMPLATE_GPIO_PIN.html' %}
{{form_mod_sensor.weighting.label(class_='control-label')}}
{{form_mod_sensor.weighting(class_='form-control', value=each_sensor.weighting, **{'title':_('The weighting of the previous measurement on the current measurement. Range: 0.0 - 1.0. Used for smoothing measurements. 0.0 means no weighting.')})}}
{{form_mod_sensor.rpm_pulses_per_rev.label(class_='control-label')}}
{{form_mod_sensor.rpm_pulses_per_rev(class_='form-control', value=each_sensor.rpm_pulses_per_rev, **{'title':_('The number of pulses per revolution to calculate revolutions per minute (RPM)')})}}
{{form_mod_sensor.sample_time.label(class_='control-label')}}
{{form_mod_sensor.sample_time(class_='form-control', value=each_sensor.sample_time, **{'title':_('The amount of time to sample the input before caluclating the measurement')})}}