Sara Damiano

Results 274 comments of Sara Damiano

The 32u4 doesn't have a timer2. Could one of the other timers be used?

It should work just fine on a 16MHz 32u4. I have a PR outstanding for support on an 8MHz.

On the 32u4, I solved the missing timer 2 by picking another timer (4) with the right prescaler. It doesn't look like the ATtinyx4 has that option. I think with...

4800 is too slow to use without requiring the use of an additional timer. It could be supported, but it wouldn't meet the goal of having no requirements.

No, just doing that won't work. The timer that we need the ticks from is only 8-bit and with the "Arduino standard" pre-scaler set, each tick is 4µs. So the...

I tried using micros at 1200 baud, and it didn't work. I think the extra overhead of calling micros() is too much: https://github.com/SlashDevin/NeoSWSerial/issues/23

I didn't try that.

This is pretty old, but I'd like this feature as well.

It would also be nice to recognize html type anchor tags, ie: `# Title 1` would create: `[Title 1](#custom-title-id)` instead of: `- [Title 1](#title-1`

I don't know if the XBee does any internal buffering of whatever might have come in while the Bee was in command mode and returns to transparent mode; it might...