File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,19 @@ unsigned int QtouchClass::getSensorsSensitivity()
134
134
return getSensitivity ();
135
135
}
136
136
137
+ /* ******************************************************************************
138
+ * Function Name : getSensorsSensitivity
139
+ * Description : Querys the Qtouch and returns the configured Sensitivity
140
+ * value from a specific sensor
141
+ * Input : btn_channel - sensor's number
142
+ * Return : The Sensitivity value
143
+ *******************************************************************************/
144
+
145
+ unsigned int QtouchClass::getSensorsSensitivity (unsigned int btn_channel)
146
+ {
147
+ return getSensitivity (unsigned int btn_channel);
148
+ }
149
+
137
150
/* ******************************************************************************
138
151
* Function Name : getSensorsHysteresis
139
152
* Description : Querys the Qtouch and returns the configured hysteresis
You can’t perform that action at this time.
0 commit comments