Created
August 12, 2016 15:41
-
-
Save pmiddend/f522f097a7791a7e6f9ada06e9037954 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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