Skip to content

Instantly share code, notes, and snippets.

@pmiddend
Created August 12, 2016 15:41
Show Gist options
  • Save pmiddend/f522f097a7791a7e6f9ada06e9037954 to your computer and use it in GitHub Desktop.
Save pmiddend/f522f097a7791a7e6f9ada06e9037954 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