Skip to content

Instantly share code, notes, and snippets.

@pmiddend
Created August 12, 2016 15:42
Show Gist options
  • Save pmiddend/1d271454914f3b4b798894f736fdb76e to your computer and use it in GitHub Desktop.
Save pmiddend/1d271454914f3b4b798894f736fdb76e to your computer and use it in GitHub Desktop.
ff_effect const effect{
FF_PERIODIC,
effect_id,
effect_direction,
ff_trigger{
0,
0
},
ff_replay{
1000,
0
},
.u = { .periodic = {
FF_SINE,
100,
0x7fff,
0,
0,
ff_envelope{
1000,
0x7fff,
1000,
0x7fff
},
0,
0
}}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment