prandeamus

Results 13 comments of prandeamus

Oh yes, if I add pull-ups it does work. I am not complaining that I2C without pullups doesn't work because they are part of the spec. My point is that...

Ignore format messup - output of the script was interpreted as markdown.

That sounds good - for reference I'm using a Ubuntu derivative it belongs to the debian family.

Correction. There is statement under "Servo and Tone break PB4 (and possibly PB1 for PWM)" saying "The servo library and the tone function require full control of timer1. " So...

Well, it's your call, but it does sound like if you configure all this with submenus we're just bloating the number of options and making testing even harder. At the...

Yes. "Crazy sh1t like that" is a user concern. I was quoting a use case where a "4th" pwm was actually an interrupt handler with user code yadda yadda. Some...

A little more research - I've taken a look at the ll code generated here For bit0 through to bit 6 inclusive the LL pattern is the same. I show...

I see much the same problem if you're trying to multiple two 16-bit integers, using with __mulhi3, but the swapping takes 15 bytes to exchange A_X and __RC2:__RC3. There appears...

For what it's worth, I had a go at a late optimisation that recognises register swaps of the STX temp/TAX/LDA temp variety, and deletes the three instructions if and only...

That seems the right decision in the long run. I noticed that the corresponding code for float and double doesn't have any swapping problem. It's only the integral types. ```...