first sketch
This commit is contained in:
parent
a76859c22f
commit
0ee75d54cb
@ -33,7 +33,7 @@ void setup()
|
|||||||
digitalWrite(encBPin, HIGH);
|
digitalWrite(encBPin, HIGH);
|
||||||
}
|
}
|
||||||
|
|
||||||
void loop() // run over and over
|
void loop()
|
||||||
{
|
{
|
||||||
//print incoming bytes on softwareserial, just for checking MIDI-in, worked
|
//print incoming bytes on softwareserial, just for checking MIDI-in, worked
|
||||||
if (MIDI.available())
|
if (MIDI.available())
|
||||||
|
Loading…
Reference in New Issue
Block a user