Spence Konde (aka Dr. Azzy)

Results 429 comments of Spence Konde (aka Dr. Azzy)

``` void pinConfigure(uint8_t pin, uint16_t pinconfig) { check_valid_digital_pin(pin); uint8_t bit_mask = digitalPinToBitMask(pin); b8: fc 01 movw r30, r24 ba: ea 52 subi r30, 0x2A ; 42 bc: fd 47 sbci...

What is very clear is that stuff is being done at runtime that should be getting done at compile time.

I forget where I was on the MCUDude implementation, The last thing I remember, things had been improvedm but there was still a substantial overhead, which matters since pinConfigure gets...

Sorry for not saying more here sooner. Basically, I can't pull in the code in the condition it is in. I was testing it on megaTinyCore, and the impact on...

@mikrocoder - there are a few reasons I don't really like that code. None of them are technical. The first thing is, it is not in keeping with the style...

Well, I have to apologize. I'm rather emvbarassed. I re-ran the tests with the version I'd put into megaTinyCore. The results did not match my notes at all . Sometimes...

Thanks and sorry for bot the long delay an inaccrate claims;

Those libraries are written in a very different style than they would be if I had written them. - they were by @MCUdude - I always find it striking how...

He also did Comparator, ZCD, and OPAMP libaries.. Without which there wouldn't be wrappers aroundthat funcrionalty at all. The key difference is that without his libraries, there was *no* wrapper...

But the datasheet says it can wake on a i2c start condition from deeper modes, even classic avrs could ____________ Spence Konde Azzy’S Electronics New products! Check them out at...