Created
August 12, 2016 15:42
-
-
Save pmiddend/1d271454914f3b4b798894f736fdb76e 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