CreativeRobotics
CreativeRobotics
I agree, having the Serial monitor at the bottom is a massive step back in useability. I'm testing out the IDE RC5 and I'm still not seeing any compelling reason...
Why is this not fixed yet! Its a serious design flaw in the software and makes it less easy to use than the previous version. I just started using the...
THanks, that looks great. I will try and find some time over the next week to have a good look through and make sure I've understood it all properly, then...
I think it was probably an Adafruit Feather M0 Adalogger.
I've been playing with your new version that inherits from Stream. It works perfectly so I will probably go ahead and integrate that into a new release along with the...
Yes - Its an option for people to use if they want and probably best for top end microcontrollers with lots of RAM, and I'm putting these examples in a...
I've just pushed some of these updates to the repo. I'm not issuing it as a release yet, but let me know what you think. I have included a working...
Yes - I need to be better at removing my own ideosyncracies from finished code. I reinstalled windows a few weeks ago and haven't quite got around to setting all...
Louis, Thanks for this. The mutual referencing of lists and functions was always a tricky issue to work around so having some other options like the one you have suggested...
Yes, I realised Arduino also scans the sketch and creates the function declarations for you. There is a quirk (or maybe it has to work like this) where if the...