Voici un exemple de microloop qui utilise un son .wav fragmenté (sounddata_data2[]) mélangé a une boucle généré par la boucle Y.
void osc7(void) { int y; int x; for ( y = 0 ; y < 255; y++) { for(x = 105 ; x < 200 ; x++) { OCR0A = pgm_read_byte(&sounddata_data2[x]) ; _delay_us (100); OCR0A = (y); } } }
You can use Mediawiki syntax. It is possible that not all formatting options are supported at the moment.Links to other pages: [[Page Title]] or [[path/to/page|Title]].External links: http://example.com or [http://example.com some link title].Interwiki links: [[site:Page Title]].You can use the following interwiki links: path, gdo, wpImages are included with [[Image:name]]. (wikipedia help)
More information about formatting options
Voici un exemple de
Voici un exemple de microloop qui utilise un son .wav fragmenté (sounddata_data2[]) mélangé a une boucle généré par la boucle Y.
void osc7(void) { int y; int x; for ( y = 0 ; y < 255; y++) { for(x = 105 ; x < 200 ; x++) { OCR0A = pgm_read_byte(&sounddata_data2[x]) ; _delay_us (100); OCR0A = (y); } } }