Downgraded to Arduino IDE 1.0.6 becaouse I read it somewhere...
Download the Teensy IDE, now I can see "TeeOnArdu" on the board Menu, but I can't select Tools>USB Type>MIDI as said in github, then I realized I have to burn the bootloader
If you haven't already - Burn the bootloader. Plug your Leonardo with the new bootloader to the USB Port.
I've used an UNO to burn the bootloader "Caterina" into the leonardo using this scheme and following the ISP tutorial http://www.arduino.cc/en/Tutorial/ArduinoISP and it ended with an OK message. Also added 10uF cap between GND and RESET on the Uno.
I' not sure about this.. When I click on "burn Bootloader" it will automatically select the bootloader that corresponds with the board I've choose? In this case "TeeOnArdu"
I'm still not able to select USB type as MIDI... What CAn I do? Any idea?
Downgraded to Arduino IDE 1.0.6 becaouse I read it somewhere...
Download the Teensy IDE, now I can see "TeeOnArdu" on the board Menu, but I can't select Tools>USB Type>MIDI as said in github, then I realized I have to burn the bootloader
monti73:
I' not sure about this.. When I click on "burn Bootloader" it will automatically select the bootloader that corresponds with the board I've choose? In this case "TeeOnArdu"
It will burn the bootloader associated with the board you have selected in the Tools > Board menu
Hey Thank you!
I've tried what you said, the adafruit IDE in 1.6.7 and now its working. I can choose USB type as MIDI. Now I can go on with the rest of the project.
Thanks again