input_common: Make vibration request async
This commit is contained in:
parent
4eb7f6c044
commit
bf948b5790
4 changed files with 63 additions and 7 deletions
|
@ -72,6 +72,7 @@ enum class PollingError {
|
|||
enum class VibrationAmplificationType {
|
||||
Linear,
|
||||
Exponential,
|
||||
Test,
|
||||
};
|
||||
|
||||
// Analog properties for calibration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue