Well if you could provide the commandline used to invoke compiling? Maybe you just forgot to specify the right make file? The right command line would be
Hi pankajnagarkoti, well actually you could boost up the speed a little bit. like transfering up to about 125 commands every 2 ms. Although you still have a "big" delay of 2 ms. you don't have to wait 4 ms for 2 commands. you can pack it into into the first package. Hope that gets clear. H...
Well it might be that you can't use the device in some circumstances like EMI (electromagnetic interference) or if the temperature changes a lot ( like 10°C ). Though I don't know exactly how exact the attiny45's internal rc oscilator is. Though I just got another idea. You can use an external cryst...
Doh... if a simple package with less than 8 bytes is the stop signal... well this explains a lot! 1. Doh! Curse copy&paste! 2. Don't worry. The adc()-functions already returns a value in this range. 3. See 1. This is not interpreted as velocity but rather as another note for the NOTE-OFF event. ...
Hm ... you're right. I've been to hush looking up the values... most probably I've been too tired. Well to come back to saltuka's problem. That's pretty strange! If you'd said it doesn't work on PB5 my first guess would have been you forgot the disable reset fuse. Though even if it had been this pin...
Actually it seems as if the attiny45 isn't suited for V-USB as it is specified for a maximum frequency of 10Mhz (look up the datasheet) which is not supported by V-USB. The minumum is 12 Mhz.
Hello people, I discovered V-USB two weeks ago and it's just great! Well, enough for the praise... let me get to the point. Based on your great work, I tried to get AVR-MIDI running for e-drums. I got the piezo well set up between some rubber foam between two wood plates and using the V-USB I confir...