HapticLib
0.7
Haptic Feedback Library for embedded systems
|
Pattern specific status parameters type definition. More...
#include <generic.h>
Data Fields | |
uint8_t | flag |
a typical status parameter could be a flag. | |
uint16_t | duty |
another common status parameter can be a duty value, used to feed the new duty cycle to the PWM and together keep track of the progress. |
Pattern specific status parameters type definition.
At least one parameter should be defined to help the continuator keep track of the pattern generation progress.
uint16_t duty |