David A. Mellis
David A. Mellis
Thanks for letting me know about this problem. I did a quick Google search but didn't find a 64-bit Windows version of the RXTX version that A4S uses (2.1-7). We...
Hey, you might try the DLL here: http://jlog.org/rxtx-win.html
Weird, I don't see this... what version of the Arduino AVR boards do you have installed (in the Boards Manager)? What operating system?
It would be good to include but I might not get to it for a while. In particular, it might require patches to the main Arduino core to allow tone()...
Kind of, but that code needs to go into the Arduino core (and repository), not this ATtiny repository. This repository actually doesn't include the whole core, just the configuration (header)...
Adding analogReference() support would be great (if it doesn't work right now). But this patch looks like it's against the old "pre1" ATtiny files that included their own version of...
I don't think this is worth including a whole new core for. I think it's important to avoid doing that because it gets out of sync with the main Arduino...
I've been trying to keep the set of supported chips small, especially since they take up so much room in the boards menu. This probably makes more sense for the...
Access to the pin change interrupts is something that should be added to the Arduino core: https://github.com/arduino/Arduino/issues/248. We'd then pick it up for the ATtiny.
Unfortunately, these files don't support that chip. I'm not opposed to adding support for it and other ATtiny's but I won't have time for it any time soon.