avancé sur les testes arduino
This commit is contained in:
@ -8,7 +8,7 @@ void setup()
|
||||
{
|
||||
|
||||
pinMode(24,INPUT);
|
||||
Serial.begin(31250); /* initialisation d'un port serie au debit MIDI */
|
||||
Serial.begin(38400); /* initialisation d'un port serie au debit MIDI */
|
||||
noteOn(0x90, 0x55 , 0x00 ) ;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user